Re-exports§
pub use provider::Provider;pub use async_trait;
Modules§
Structs§
- Key
- A variable key
- Prepared
Resolver - A resolver who has resolved all variables.
- Provider
Resolver - A
Resolverwhich is extended byProviders. - Resolver
- A variable resolver.
- Template
- Template represents a simple string template that allows expressions in double curly braces, similar to Mustache or Liquid.
Enums§
- Error
- A variable resolution error.
Type Aliases§
- Result
- Shared
Prepared Resolver - A
ProviderResolverthat can be shared.