readability-rs 0.5.0

Port of arc90's readability project to rust
Documentation
# Readability – Convert HTML to text

[![latest version](https://img.shields.io/crates/v/readability-rs.svg)](https://crates.io/crates/readability-rs)
[![documentation](https://docs.rs/readability-rs/badge.svg)](https://docs.rs/readability-rs/)
[![build status](https://github.com/quambene/readability-rs/actions/workflows/rust-ci.yml/badge.svg)](https://github.com/quambene/readability-rs/actions/workflows/rust-ci.yml)
[![dependency status](https://deps.rs/repo/github/quambene/readability-rs/status.svg)](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).