| Crates.io | fv-template |
| lib.rs | fv-template |
| version | 0.5.1 |
| created_at | 2020-08-18 03:59:56.820441+00 |
| updated_at | 2024-09-04 02:59:48.959529+00 |
| description | Field-value based string templating |
| homepage | |
| repository | https://github.com/sval-rs/fv-template |
| max_upload_size | |
| id | 277762 |
| size | 41,210 |
fv-templateIn your proc-macro crate, you can add fv-template as a dependency. Consumers of your proc-macros don't need to depend on fv-template themselves.
For details on what field-value templates are and why you might want to use them, see the docs.
This library is intended to be used by proc-macro authors, like emit. It doesn't define any macros of its own.
See the examples directory for a sample that uses fv-template in a proc-macro and a consuming application.