Crates.io | table-extract |
lib.rs | table-extract |
version | 0.2.3 |
source | src |
created_at | 2017-07-07 18:32:20.176506 |
updated_at | 2023-04-22 15:19:55.015696 |
description | Utility for extracting data from HTML tables |
homepage | https://github.com/mk12/table-extract |
repository | https://github.com/mk12/table-extract |
max_upload_size | |
id | 22429 |
size | 23,383 |
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:
cargo fmt
to keep the code tidy.© 2019 Mitchell Kember
TableExtract is available under the MIT License; see LICENSE for details.