soup 0.2.1

Inspired by the python library BeautifulSoup, this is a layer on top of html5ever that adds a different API for querying and manipulating HTML
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.failure]
version = "0.1.3"

[dependencies.html5ever]
version = "0.22.3"
[dev-dependencies.reqwest]
version = "0.9.4"

[package]
authors = ["Paul Woolcock <paul@woolcock.us>"]
description = "Inspired by the python library BeautifulSoup, this is a layer on top of html5ever that adds a different API for querying and manipulating HTML\n"
documentation = "https://docs.rs/soup"
license = "GPL-3.0"
name = "soup"
repository = "https://gitlab.com/pwoolcoc/soup.git"
version = "0.2.1"