craby_codegen 0.1.0-dev.20251027111854

Craby code generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod codegen;
pub use codegen::*;

pub mod constants;
pub mod generators;
pub mod parser;
pub mod types;
pub mod utils;

pub(crate) mod platform;

#[cfg(test)]
pub(crate) mod tests;