# 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][1] for more information.
[1]: https://docs.rs/table-extract
## Usage
TableExtract is on [crates.io][2]. To use it, just add this to your `Cargo.toml`:
```toml
[dependencies]
table-extract = "0.2.1"
```
[2]: https://crates.io/crates/table-extract
## Contributing
Contributions are welcome! There are two things to keep in mind:
1. This project uses the nightly Rust toolchain from [rustup][3].
2. This project uses `cargo fmt` to keep the code tidy.
[3]: https://www.rustup.rs/
## License
© 2017 Mitchell Kember
TableExtract is available under the MIT License; see [LICENSE](LICENSE.md) for details.