table-extract 0.1.0

Utility for extracting data from HTML tables
Documentation
# TableExtract

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

## Usage

TableExtract is on [crates.io][1]. Just add this to your `Cargo.toml`:

```toml
[dependencies]
table-extract = "0.1.0"
```

[1]: https://crates.io/

## Contributing

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

1. This project uses the nightly Rust toolchain from [rustup][2].
2. This project uses `cargo fmt` to keep the code tidy.

[2]: https://www.rustup.rs/

## License

© 2017 Mitchell Kember

TableExtract is available under the MIT License; see [LICENSE](LICENSE.md) for details.