mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-21 12:33:42 +00:00

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>
5 lines
51 B
Rust
5 lines
51 B
Rust
//! PVE base library
|
|
|
|
pub mod lxc;
|
|
pub mod schema;
|