Backport changes made to tera
NOTE: This PR is not intended to be merged as-is. Its just a PR of the changes made in case upstream wants to use parts of it for themselves.
Backport from where? None of this will be merged since https://github.com/Keats/tera2 is a brand new codebase, all from scratch but is in the beta state right now.
Backport from where? None of this will be merged since https://github.com/Keats/tera2 is a brand new codebase, all from scratch but is in the beta state right now.
Project I am a part of uses tera with patches for async support. Not intended to be merged whatsoever
What are the async things you are doing in the templates?
What are the async things you are doing in the templates?
Well, right now, just adding a pathway which is async/await (which should also allow tokio::timeout to work better/yield)