# untrustended [](https://crates.io/crates/untrustended)
Untrustended is a compilation of primitives for parsing values from untrusted
input. It's building on top of [untrusted](https://crates.io/crates/untrusted)'s
[`Reader::read_byte()`](https://briansmith.org/rustdoc/untrusted/struct.Reader.html#method.read_byte).
Please, consult [untrusted](https://crates.io/crates/untrusted)'s documentation
about how to use that crate before attempting to use this one.
# Example
See usage example in untrustended [documentation](https://docs.rs/untrustended/).
# License
See [LICENSE.txt](LICENSE.txt). ISC license.