Crates.io | txml |
lib.rs | txml |
version | 0.1.0 |
source | src |
created_at | 2020-07-13 19:35:59.296645 |
updated_at | 2020-07-13 19:35:59.296645 |
description | Small no_std non-conforming XML parser |
homepage | |
repository | https://github.com/tadeokondrak/txml |
max_upload_size | |
id | 264801 |
size | 30,140 |
A no_std non-conforming, non-validating, non-streaming, zero-dependency, and zero-allocation XML parser in about 200 lines of safe Rust.
It handles most sane XML files including those with ampersand escapes. It has no error information other than returning None.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.