binable 0.1.0

Minimal library for encoding (decoding) types to (from) binary.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "binable"
version = "0.1.0"
description = "Minimal library for encoding (decoding) types to (from) binary."
authors = ["Moin Hussain Moti <~mhm/hey@lists.sr.ht>"]
repository = "https://git.sr.ht/~mhm/binable"
categories = ["encoding", "parsing"]
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
edition = "2021"
license = "MPL-2.0"

[dependencies]
eyre = "0.6.12"
generic-array = "1.1.0"
tinyvec = "1.8.0"

[dev-dependencies]
fastrand = "2.1.1"