mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-14 02:58:02 +00:00
![]() Use: # Cargo.toml: [dependencies] proxmox = { version = "0.1", features = [ "sortable-macro" ] } # file.rs use proxmox::{sortable, identity}; #[sortable] const DATA: &[u8; 4] = sorted!([3, 4, 1, 2]); Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
api-test | ||
proxmox | ||
proxmox-api | ||
proxmox-api-macro | ||
proxmox-sys | ||
proxmox-tools | ||
sorted-data | ||
.gitignore | ||
Cargo.toml | ||
Makefile | ||
rust-toolchain | ||
rustfmt.toml |