1 2 3 4 5 6 7 8 9 10 11 12 13 14
/// Archetype-specific module code template. pub mod archetype_module; /// Attribute code template. pub mod attribute; /// KB auto-init template. pub mod auto_init_kb; /// Data code template. pub mod data; /// Flag trait code template. pub mod flag; /// Form code template. pub mod form; /// Tao code template. pub mod tao;