]> git.proxmox.com Git - proxmox.git/history - proxmox-api-macro/src/api/enums.rs
api-macro: rename SerdeAttrib to FieldAttrib
[proxmox.git] / proxmox-api-macro / src / api / enums.rs
2023-12-06 Wolfgang Bumillerapi-macro: rename SerdeAttrib to FieldAttrib
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-09-29 Wolfgang Bumillerupdate to syn 2
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-openid-merge'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-apt-merge'
2023-04-03 Wolfgang Bumillerapi-macro: support non-idents in serde(rename)
2022-12-12 Wolfgang Bumillerapi: support #[default] attribute
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2021-10-12 Wolfgang Bumillerdrop automatically_derived attribute for now
2021-10-11 Wolfgang Bumilleradd proxmox-schema and proxmox-router crates
2021-08-13 Wolfgang Bumillermore updater cleanups
2021-08-12 Wolfgang Bumillerput API_SCHEMA variable into ApiType trait
2021-08-10 Wolfgang Bumillerchange updater derivation
2020-12-07 Wolfgang Bumillerapi-macro: lower a whole bunch of errors
2020-12-07 Wolfgang Bumillerapi-macro: forbid description on incompatible schemas
2020-07-10 Wolfgang Bumillerapi-macro: reference consistency
2020-04-29 Wolfgang Bumillerimplement descriptions for enum variants
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-01-08 Wolfgang Bumillerapi-macro: support renamed struct fields
2020-01-07 Wolfgang Bumillerapi-macro: support rename_all in enums
2020-01-07 Wolfgang Bumillerapi-macro: start using serde attribute helpers
2020-01-07 Wolfgang Bumillerapi-macro: prepare to support serde::rename_all
2019-12-05 Wolfgang Bumillerclippy fixups
2019-12-04 Wolfgang Bumillerapi-macro: get enum description from doc comments
2019-12-04 Wolfgang Bumillerapi-macro: rename SimpleIdent to FieldName
2019-11-28 Wolfgang Bumillerapi-macro: cleanup
2019-11-28 Wolfgang Bumillerapi-macro: parse serde(rename) on enums
2019-11-28 Wolfgang Bumillerapi-macro: experimental enum support