matugen-parser 0.1.0

The templating engine for Matugen
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod color;
pub mod context;
pub mod engine;
pub mod errors;
pub mod filters;
pub mod value;
pub use engine::Engine;
pub use filters::{filtertype, helpers};

pub use errors::*;
pub use filtertype::{FilterFn, FilterReturnType};
pub use value::{SpannedValue, Value};