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.
TableExtract is on crates.io. To use it, just add this to your Cargo.toml
:
[dependencies]
table-extract = "0.2"
Contributions are welcome! There are two things to keep in mind:
- This project uses the stable Rust toolchain from rustup.
- This project uses
cargo fmt
to keep the code tidy.
© 2019 Mitchell Kember
TableExtract is available under the MIT License; see LICENSE for details.