Skip to content

Rust library for extracting data from HTML tables.

License

Notifications You must be signed in to change notification settings

mk12/table-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for more information.

Usage

TableExtract is on crates.io. To use it, just add this to your Cargo.toml:

[dependencies]
table-extract = "0.2"

Contributing

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

  1. This project uses the stable Rust toolchain from rustup.
  2. This project uses cargo fmt to keep the code tidy.

License

© 2019 Mitchell Kember

TableExtract is available under the MIT License; see LICENSE for details.

About

Rust library for extracting data from HTML tables.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages