# untrustended [![Crates.io](https://img.shields.io/crates/v/untrustended.svg)](https://crates.io/crates/untrustended)[![CircleCI](https://circleci.com/gh/oherrala/untrustended/tree/master.svg?style=shield)](https://circleci.com/gh/oherrala/untrustended/tree/master) 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.