jdrouet / mrml

Implementation of mjml in rust
MIT License
336 stars 21 forks source link

Make IncludeLoader async #323

Closed jdrouet closed 5 months ago

jdrouet commented 1 year ago

To be able to use the IncludeLoader in the browser and request partial templates from the network, we need to be able to do some asynchronous requests. This requires to create an AsyncParser trait to handle this.