| Crates.io | tera-introspection |
| lib.rs | tera-introspection |
| version | 0.1.0 |
| created_at | 2022-11-23 04:13:36.51852+00 |
| updated_at | 2022-11-23 04:13:36.51852+00 |
| description | Utilities for introspecting Tera templates. |
| homepage | https://github.com/tyrchen/tera-introspection |
| repository | https://github.com/tyrchen/tera-introspection |
| max_upload_size | |
| id | 721340 |
| size | 171,510 |
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)