faml 0.1.14

Minimalist and powerful dynamic markup language
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(test)]
pub mod test;

pub mod ast;
pub mod native;
mod string_utils;

pub use ast::faml_expr::{FamlExpr, FamlExprImpl};
pub use ast::faml_value::FamlValue;
pub use native::Native;