[][src]Crate germinate

A templating library which supports injecting variables from multiple sources. Examples of this would be templating a file and injecting variables from both the environment and an external location such as AWS Systems Manager Parameter Store

Re-exports

pub use seed::Seed;

Modules

seed

Main module of the library that handles parsing of the input string and loading values from the relevant loaders.

Traits

ValueLoader

A type implementing the ValueLoader trait can be used to load a value from a store by it's key