readability 0.1.1

Port of arc90's readability project to rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "readability"
version = "0.1.1"
authors = ["Hiroki Kumamoto <kumabook@live.jp>"]
license = "MIT"
homepage = "https://github.com/kumabook/readability"
repository = "https://github.com/kumabook/readability.git"
description = "Port of arc90's readability project to rust"
keywords = ["readability"]
categories = []


[dependencies]
regex            = "^0.2"
url              = "^1.5"
html5ever        = "^0.18.0"
hyper            = "0.10.12"
hyper-native-tls = "0.2.4"