Re-exports
pub use error::Error;
pub use error::Result;
pub use serde_json as json;
pub use serde_yaml as yaml;
Modules
- This
jf
library can be embedded into other Rust programs. To use only the templates and values, use one of therender
orformat_*
functions.
Constants
Functions
- Render and format the template into JSON.
- Render and format the template into pretty JSON.
- Render and format the template into value JSON using the given arguments.
- Render the template into raw string using the given arguments.