Module async

Module async 

Source
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§

AsyncTemplateBuilder
Async template builder for fluent configuration
AsyncTemplateRenderer
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