lazy-template 0.2.0

String template library that send queries to function responder and interpolate the responses
Documentation
1
2
3
4
5
mod eager_parse_iter;
mod lazy_parse_iter;

pub use eager_parse_iter::*;
pub use lazy_parse_iter::*;