Crates.io | lol-async |
lib.rs | lol-async |
version | 0.2.0 |
source | src |
created_at | 2021-05-22 22:16:47.152665 |
updated_at | 2023-04-26 00:25:09.480738 |
description | async html-rewriter |
homepage | |
repository | https://github.com/jbr/lol-async |
max_upload_size | |
id | 400936 |
size | 33,992 |
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.
This crate uses #![deny(unsafe_code)]
.