conclave-serialize 0.0.1

serialization for the conclave protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "conclave-serialize"
version = "0.0.1"
edition = "2021"
license = "MIT"
description = "serialization for the conclave protocol"
repository = "https://github.com/piot/conclave-serialize-rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
byteorder = "1.5.0"
conclave-room-serialize = "0.0.2-pre02"
conclave-types = "0.0.1"