proxmox/api-test/src/lib.rs
Wolfgang Bumiller e985dc8f84 api-test: import struct tests
This is a bigger set of tests for the type-side (mostly for
`struct`s) of the #[api] macro, tasting serialization and
verifiers in various forms.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-08-01 14:40:13 +02:00

5 lines
51 B
Rust

//! PVE base library
pub mod lxc;
pub mod schema;