zamm_yin 0.2.1

A basic, experimental knowledge-base
Documentation
//! Meta-attributes around what attributes instances of an archetype have.

mod has_attribute_form;
mod has_flag_form;
mod has_property_form;

pub use has_attribute_form::HasAttribute;
pub use has_flag_form::HasFlag;
pub use has_property_form::HasProperty;