jens

Crates.iojens
lib.rsjens
version0.6.0
sourcesrc
created_at2018-08-22 08:35:05.076976
updated_at2019-02-17 04:43:20.699583
descriptionReadable templates for code generation
homepage
repositoryhttps://github.com/jordwest/jens
max_upload_size
id80719
size33,297
Josh Leeb-du Toit (joshleeb)

documentation

https://docs.rs/crate/jens/

README

jens

jens is a Rust templating library, not a templating language

The aim of Jens is to provide extremely lightweight templating, without inventing a new language. This allows you to use the full power of Rust's language features (such as pattern matching and enums) in your template logic.

The main use case for this library is probably code generation, but it could be used anywhere you need multi-line strings in your Rust code.

Commit count: 59

cargo fmt