Crate jf

Source

Re-exports§

pub use error::Error;
pub use error::Result;
pub use serde_json as json;
pub use serde_yaml as yaml;

Modules§

cli
This jf library can be embedded into other Rust programs. To use only the templates and values, use one of the render or format_* functions.
error

Constants§

USAGE
VERSION

Functions§

format
Render and format the template into JSON.
format_pretty
Render and format the template into pretty JSON.
format_yaml
Render and format the template into value JSON using the given arguments.
render
Render the template into raw string using the given arguments.