xmlparser 0.8.0

Pull-based, zero-allocation XML parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[lib]
doctest = true
path = "src/lib.rs"

[package]
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
categories = ["parsing"]
description = "Pull-based, zero-allocation XML parser."
documentation = "https://docs.rs/xmlparser/"
keywords = ["xml", "parser", "tokenizer"]
license = "MIT/Apache-2.0"
name = "xmlparser"
readme = "README.md"
repository = "https://github.com/RazrFalcon/xmlparser"
version = "0.8.0"