container-device-interface 0.1.2

CDI (Container Device Interface), is a specification, for container-runtimes, to support third-party devices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod annotations;
pub mod cache;
pub mod container_edits;
pub mod container_edits_unix;
pub mod default_cache;
pub mod device;
pub mod generate;
pub mod internal;
pub mod parser;
pub mod schema;
pub mod spec;
pub mod spec_dirs;
pub mod specs;
pub mod utils;
pub mod version;

#[cfg(test)]
mod tests {}