bincake 1.2.2

Serde-free deterministic binary serialization.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "bincake"

version = "1.2.2"

edition = "2024"

description = "Serde-free deterministic binary serialization."

license = "MIT"

repository = "https://github.com/aeckar/bincake"

readme = "../../README.md"

keywords = ["binary", "decode", "deserialize", "encode", "serialize"]

categories = ["encoding"]



[dependencies]

bincake-core = { workspace = true }

bincake-derive = { workspace = true, optional = true }



[features]

default = ["derive"]

derive = ["dep:bincake-derive"]