1 2 3 4 5 6 7 8 9 10 11
/// API container identifier pub mod container; /// Container name pub mod name; /// String without null characters pub mod non_nul_string; /// Container version pub mod version;