In docs.rs, we have some big pages we currently split in pieces so the async is not too much slowed down. However, if askama was async (either through a feature or by default, although I'd prefer through a feature to not have too many dependencies by default) by adding new async_render and async_render_into methods, we could then put back together the pieces into a big one and let async handle it.
What do you think @Kijewski ?
In
docs.rs, we have some big pages we currently split in pieces so the async is not too much slowed down. However, ifaskamawasasync(either through a feature or by default, although I'd prefer through a feature to not have too many dependencies by default) by adding newasync_renderandasync_render_intomethods, we could then put back together the pieces into a big one and letasynchandle it.What do you think @Kijewski ?