txml

Crates.iotxml
lib.rstxml
version0.1.0
sourcesrc
created_at2020-07-13 19:35:59.296645
updated_at2020-07-13 19:35:59.296645
descriptionSmall no_std non-conforming XML parser
homepage
repositoryhttps://github.com/tadeokondrak/txml
max_upload_size
id264801
size30,140
Tadeo Kondrak (tadeokondrak)

documentation

README

txml

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.

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 1

cargo fmt