htable2csv 0.1.0

Convert and parse HTML tables to .csv files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.isahc]
version = "1.2.0"

[dependencies.nipper]
version = "0.1.9"

[package]
authors = ["l-const <const-l@outlook.com>"]
description = "Convert and parse HTML tables to .csv files."
edition = "2018"
license = "MIT"
name = "htable2csv"
repository = "https://github.com/l-const/htable2csv"
version = "0.1.0"