craby_codegen 0.1.0-dev.20251030031943

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