canonical 0.2.1

A serialization library built for no_std environments where you want to deal with recursive datastructures.
Documentation
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "0.3"

[dependencies.arrayvec]
default-features = false
version = "0.5"

[dependencies.blake2b_simd]
default-features = false
version = "0.3"

[features]
host = ["blake2b_simd/std", "arbitrary"]

[package]
authors = ["Kristoffer Ström <kristoffer@dusk.network>"]
description = "A serialization library built for no_std environments where you want to deal with recursive datastructures."
edition = "2018"
keywords = ["canon", "serialisation", "no_std", "ffi", "database"]
license = "MPL-2.0"
name = "canonical"
readme = "README.md"
repository = "https://github.com/dusk-network/canonical"
version = "0.2.1"