Go to file
Wolfgang Bumiller 297aca53f7 proxmox: add sortable-macro feature
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>
2019-11-21 11:04:13 +01:00
api-test work around a compiler bug 2019-10-04 14:12:21 +02:00
proxmox proxmox: add sortable-macro feature 2019-11-21 11:04:13 +01:00
proxmox-api api: make ApiMethodInfo already require Send + Sync 2019-09-28 10:30:33 +02:00
proxmox-api-macro macro: enforce Send 2019-10-04 14:11:33 +02:00
proxmox-sys add tools::parse submodule, move hex_nibble to it 2019-11-14 09:59:04 +01:00
proxmox-tools tools: add identity macro 2019-11-21 10:24:27 +01:00
sorted-data import sorted-data proc macro 2019-11-21 11:04:13 +01:00
.gitignore import Cargo.lock 2019-08-09 08:44:48 +02:00
Cargo.toml import sorted-data proc macro 2019-11-21 11:04:13 +01:00
Makefile add make apitest 2019-06-18 17:53:43 +02:00
rust-toolchain update toolchain to stable 2019-11-08 11:51:21 +01:00
rustfmt.toml initial import, starting with vec & io helpers 2019-06-06 14:00:25 +02:00