Crate jf
Source pub use error::Error;
pub use error::Result;
pub use serde_json as json;
pub use serde_yaml as yaml;
- 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
- USAGE
- VERSION
- 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.