cyclone-runtime-rust 1.0.1

Rust reference runtime for the Cyclone binary wire format: Writer, Reader, DecodeError.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cyclone-runtime-rust"
version = "1.0.1"
edition = "2021"
description = "Rust reference runtime for the Cyclone binary wire format: Writer, Reader, DecodeError."
license = "Apache-2.0"
keywords = ["binary", "serialization", "wire-format", "cyclone", "deterministic"]
categories = ["encoding", "network-programming"]
readme = "README.md"
homepage = "https://cyclone-protocol.github.io"
repository = "https://github.com/cyclone-protocol/runtime-rust"

[lib]
name = "cyclone_runtime"

# Cyclone Specification: no dependency outside std.
[dependencies]