Code generation engine with template support
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-generation = "0.1"
```
```rust
use ricecoder_generation::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-generation).
MIT