zamm_yang 0.2.0

A basic, experimental code generator
Documentation
1
2
3
4
5
6
7
8
//! All things that can be interacted with have form.

pub mod rust_item;

mod collection_form;

pub use collection_form::Collection;
pub use zamm_yin::tao::form::{Form, FormTrait};