xmlparser 0.13.6

Pull-based, zero-allocation XML parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[features]
default = ["std"]
std = []

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