Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oherrala/untrustended
- Owner: oherrala
- License: isc
- Created: 2017-07-20T22:35:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T05:31:56.000Z (11 months ago)
- Last Synced: 2024-10-09T17:52:25.953Z (about 1 month ago)
- Topics: hacktoberfest, parsing, parsing-library, rust, rust-crate, rust-lang, rust-library
- Language: Rust
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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.