rwf 0.2.1

Framework for building web applications in the Rust programming language
Documentation
1
2
3
4
//! Types useful when working with templates.
pub use super::template::{ToTemplateValue, Value};
pub use super::Template;
pub use super::Templates;