zamm_yang 0.1.8

A basic, experimental code generator
Documentation
/// Archetype code template.
pub mod archetype;
/// Archetype-specific module code template.
pub mod archetype_module;
/// Attribute code template.
pub mod attribute;
/// An attribute as a property of a concept, as opposed to an attribute as its own standalone
/// concept.
pub mod attribute_property;
/// 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;
mod util;