lol-async 0.2.0

async html-rewriter
Documentation

lol-async

This crate provides an awkward async interface for cloudflare/lol-html. It currently is built for futures-flavored AsyncRead, but it would be straightforward to adapt it for tokio-flavored AsyncRead.

To get started, see the api docs.

Safety

This crate uses #![deny(unsafe_code)].

License