commonware-codec 0.0.48

Serialize structured data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "commonware-codec"
edition = "2021"
publish = true
version = "0.0.48"
license = "MIT OR Apache-2.0"
description = "Serialize structured data."
readme = "README.md"
homepage = "https://commonware.xyz"
repository = "https://github.com/commonwarexyz/monorepo/tree/main/codec"
documentation = "https://docs.rs/commonware-codec"

[dependencies]
thiserror = { workspace = true }
bytes = { workspace = true }
paste = { workspace = true }