Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.thiserror]
version = "1.0.38"

[package]
authors = ["Ivan De Marino <detronizator@gmail.com>"]
categories = ["encoding", "network-programming", "parsing"]
description = "TODO"
edition = "2021"
exclude = [".gitignore"]
homepage = "https://github.com/detro/bytes_parser"
keywords = ["bytes", "parsing", "encoding", "primitive-types"]
license = "MIT OR Apache-2.0"
name = "bytes_parser"
readme = "README.md"
repository = "https://github.com/detro/bytes_parser"
version = "0.1.0"