untrustended 0.4.5

Untrustended - Untrusted Extended. A compilation of primitives for parsing values from untrusted input.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# untrustended [![Crates.io]https://img.shields.io/crates/v/untrustended.svg]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.