TableExtract
TableExtract is a Rust library for parsing HTML tables. It is inspired by Perl's HTML::TableExtract.
Usage
TableExtract is on crates.io. Just add this to your Cargo.toml:
[]
= "0.1.0"
Contributing
Contributions are welcome! There are two things to keep in mind:
- This project uses the nightly Rust toolchain from rustup.
- This project uses
cargo fmtto keep the code tidy.
License
© 2017 Mitchell Kember
TableExtract is available under the MIT License; see LICENSE for details.