untrustended 0.4.0

Untrustended - Untrusted Extended. A compilation of primitives for parsing values from untrusted input.
Documentation
[dependencies.untrusted]
version = "0.9"
[dev-dependencies.byteorder]
features = ["std"]
version = "1"

[dev-dependencies.quickcheck]
default-features = false
version = "1"

[features]
default = ["use_std"]
use_std = []

[package]
authors = ["Ossi Herrala <oherrala@iki.fi>"]
categories = ["parsing", "parser-implementations", "no-std"]
description = "Untrustended - Untrusted Extended. A compilation of primitives for parsing values from untrusted input."
documentation = "https://docs.rs/untrustended/"
edition = "2018"
homepage = "https://github.com/oherrala/untrustended#readme"
keywords = ["untrusted", "input", "parsing", "primitives"]
license = "ISC"
name = "untrustended"
readme = "README.md"
repository = "https://github.com/oherrala/untrustended"
version = "0.4.0"