readability-rs

Crates.ioreadability-rs
lib.rsreadability-rs
version
sourcesrc
created_at2024-12-10 02:35:48.958971+00
updated_at2024-12-18 01:40:45.86085+00
descriptionPort of arc90's readability project to rust
homepagehttps://github.com/quambene/readability-rs
repositoryhttps://github.com/quambene/readability-rs
max_upload_size
id1478013
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(quambene)

documentation

https://docs.rs/readability-rs

README

Readability – Convert HTML to text

latest version documentation build status dependency status

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.

The goal of readability-rs is to be compatible with the test suite of the Mozilla implementation of Readability.

Related Projects

License

This project is licensed under the MIT license.

Commit count: 82

cargo fmt