variable-wire 0.1.2

Binary wire format encoding and decoding for Variable snapshots
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "variable-wire"
description = "Binary wire format encoding and decoding for Variable snapshots"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "../README.md"

[dependencies]
variable-core = { path = "../variable-core", version = "0.1.2" }
thiserror = { workspace = true }