tera-introspection

Crates.iotera-introspection
lib.rstera-introspection
version0.1.0
sourcesrc
created_at2022-11-23 04:13:36.51852
updated_at2022-11-23 04:13:36.51852
descriptionUtilities for introspecting Tera templates.
homepagehttps://github.com/tyrchen/tera-introspection
repositoryhttps://github.com/tyrchen/tera-introspection
max_upload_size
id721340
size171,510
Tyr Chen (tyrchen)

documentation

https://docs.rs/tera-introspection

README

Tera Introspection

This crate provides a way to introspect a Tera template. The major code src/parser is directly copied from Tera. The only new code is in src/introspection. As this is something just for me to learn how the AST of the Tera template works, and the introspection is pretty hacky, I don't think it is good to contribute the code back to the Tera project.

License: MIT (same as Tera)

Commit count: 4

cargo fmt