# Readability – Convert HTML to text
[](https://crates.io/crates/readability-rs)
[](https://docs.rs/readability-rs/)
[](https://github.com/quambene/readability-rs/actions/workflows/rust-ci.yml)
[](https://deps.rs/repo/github/quambene/readability-rs)
Readability is a library for extracting the readable content of a
webpage. This library is a rust port of arc90's readability project, and forked from
[kumabook/readability](https://github.com/kumabook/readability).
The goal of `readability-rs` is to be compatible with the test suite of the
[Mozilla implementation](https://github.com/mozilla/readability) of Readability.
## Related Projects
- [ar90-readability ports](https://github.com/masukomi/ar90-readability#ports)
## License
This project is licensed under the [MIT license](https://github.com/quambene/readability-rs/blob/main/LICENSE).