Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bytes_parser"
version = "0.1.0"
edition = "2021"
authors = ["Ivan De Marino <detronizator@gmail.com>"]
repository = "https://github.com/detro/bytes_parser"
homepage = "https://github.com/detro/bytes_parser"
description = "TODO"
license = "MIT OR Apache-2.0"
keywords = ["bytes", "parsing", "encoding", "primitive-types"]
categories = ["encoding", "network-programming", "parsing"]
exclude = [
    ".gitignore",
]

[dependencies]
thiserror = "1.0.38"