table-extract

Crates.iotable-extract
lib.rstable-extract
version0.2.3
sourcesrc
created_at2017-07-07 18:32:20.176506
updated_at2023-04-22 15:19:55.015696
descriptionUtility for extracting data from HTML tables
homepagehttps://github.com/mk12/table-extract
repositoryhttps://github.com/mk12/table-extract
max_upload_size
id22429
size23,383
Mitchell Kember (mk12)

documentation

https://docs.rs/table-extract

README

TableExtract

TableExtract is a Rust library for extracting data from HTML tables. It is inspired by Perl's HTML::TableExtract.

Check out the crate documentation for more information.

Usage

TableExtract is on crates.io. To use it, just add this to your Cargo.toml:

[dependencies]
table-extract = "0.2"

Contributing

Contributions are welcome! There are two things to keep in mind:

  1. This project uses the stable Rust toolchain from rustup.
  2. This project uses cargo fmt to keep the code tidy.

License

© 2019 Mitchell Kember

TableExtract is available under the MIT License; see LICENSE for details.

Commit count: 21

cargo fmt