Expand description
Async template rendering support
Provides async versions of template rendering functions for use in async applications:
- Async template rendering
- Async file operations
- Async template discovery
- Async caching and hot-reload
Modules§
- async_
cache - Async template caching for high-performance applications
- async_
discovery - Async template discovery for large codebases
- async_
toml - Async TOML file operations for async applications
- async_
validation - Async template validation for large templates
Structs§
- Async
Template Builder - Async template builder for fluent configuration
- Async
Template Renderer - Async template renderer for async applications
Functions§
- async_
render - Async convenience functions for simple template rendering
- async_
render_ file - Render template file asynchronously
- async_
render_ with_ json - Render template with JSON variables asynchronously