fv-template

Crates.iofv-template
lib.rsfv-template
version0.5.0
sourcesrc
created_at2020-08-18 03:59:56.820441
updated_at2024-06-06 02:29:43.738564
descriptionField-value based string templating
homepage
repositoryhttps://github.com/sval-rs/fv-template
max_upload_size
id277762
size40,214
Ashley Mannix (KodrAus)

documentation

https://docs.rs/fv-template

README

fv-template

Rust Latest version Documentation Latest

Getting started

In 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.

How do I use it?

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.

Commit count: 45

cargo fmt