| Crates.io | eure-template |
| lib.rs | eure-template |
| version | 0.0.0 |
| created_at | 2025-05-24 14:29:49.923851+00 |
| updated_at | 2025-05-24 14:29:49.923851+00 |
| description | Templating extension for EURE files |
| homepage | https://eure.dev |
| repository | https://github.com/Hihaheho/eure |
| max_upload_size | |
| id | 1687490 |
| size | 2,228 |
Templating extension for EURE files.
A structured and type-safe templating tool for eure.
This crate is still under development and published for name reservation purpose.
Part of the EURE project - a minimalist, schema-friendly format with an algebraic data model that's compatible with JSON.
A template is a normal eure file which using $template extensions.
name.$template.path = .name
name.$type: string
childs.$template.for {
path = .childs
map {
name.$template.if = .childs[].active
name.$template.path = .childs[].name
name.$type: string
}
}