arquery 0.1.0

An async fork of rquery
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "arquery"

version = "0.1.0"

description = "An async fork of rquery"

authors = ["nanocryk", "Bryan Yap <bryan.yap.mh@gmail.com>"]

edition = "2018"



repository = "https://github.com/nanocryk/arquery"

documentation = "https://docs.rs/arquery/"

readme = "README.md"

keywords = ["xml", "DOM", "jquery"]

license = "MIT"



[dependencies]

xml-rs = "0.7"