Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oherrala/untrustended


https://github.com/oherrala/untrustended

hacktoberfest parsing parsing-library rust rust-crate rust-lang rust-library

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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.