handlebars-rust
handlebars-rust copied to clipboard
feat: AsyncHelperDef WIP
Fixes #157
This is an attempt in progress to add async support for handlebars helper. The whole render call stack needs to be async when any of the helper is async.
TODO Items:
- [ ] async helper registartion
- [ ]
RegistryAPIs support for async helpers, likehas_helper - [ ] async render
- [ ] test and examples