[dependencies.thiserror]
version = "1.0.38"
[package]
authors = ["Ivan De Marino <detronizator@gmail.com>"]
categories = ["encoding", "network-programming", "parsing"]
description = "A simple wrapper to parse primitive Rust types from a slice of bytes"
edition = "2021"
exclude = [".gitignore", ".github/"]
homepage = "https://github.com/detro/bytes_parser"
keywords = ["bytes", "parser", "wrapper", "primitive-types", "scalar-types"]
license = "MIT OR Apache-2.0"
name = "bytes_parser"
readme = "README.md"
repository = "https://github.com/detro/bytes_parser"
version = "0.1.2"