mirror of
https://git.proxmox.com/git/proxmox
synced 2026-02-01 16:35:25 +00:00
instead of:
#[api(description: "Some description.")]
pub enum { ... }
support:
#[api]
/// Some description.
pub enum { ... }
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
||
|---|---|---|
| proxmox | ||
| proxmox-api | ||
| proxmox-api-macro | ||
| proxmox-sortable-macro | ||
| proxmox-sys | ||
| proxmox-tools | ||
| .gitignore | ||
| Cargo.toml | ||
| Makefile | ||
| rust-toolchain | ||
| rustfmt.toml | ||