handlebars-rust icon indicating copy to clipboard operation
handlebars-rust copied to clipboard

feat: AsyncHelperDef WIP

Open sunng87 opened this issue 2 years ago • 0 comments

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
  • [ ] Registry APIs support for async helpers, like has_helper
  • [ ] async render
  • [ ] test and examples

sunng87 avatar Jul 01 '22 13:07 sunng87