craby_codegen 0.1.0-rc.4

Craby code generator
Documentation
1
2
3
pub trait IntoCode {
    fn into_code(self) -> String;
}