readability-rs

Crates.ioreadability-rs
lib.rsreadability-rs
version
sourcesrc
created_at2024-12-10 02:35:48.958971
updated_at2024-12-10 02:35:48.958971
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 – Extract text from HTML

latest version documentation build status dependency status

Readability is a library for extracting the readable content of a webpage. This project is a rust port of arc90's readability project, and forked from kumabook/readability.

Related Projects

License

This project is licensed under the MIT license.

Commit count: 77

cargo fmt