context-weaver 0.1.1

(WIP) A procedural text evaluation engine
Documentation
1
2
3
4
5
6
pub mod variable;
pub mod text;
pub mod empty;

pub use variable::VariableNode;
pub use text::TextNode;