nuts-bytes 0.7.8

Serialization into a binary data format
Documentation
[dependencies.nuts-bytes-derive]
optional = true
version = "=0.7.8"

[dependencies.thiserror]
version = "1.0.61"

[features]
derive = ["dep:nuts-bytes-derive"]

[lib]
name = "nuts_bytes"
path = "src/lib.rs"

[package]
authors = ["Robin Doer <robin@robind.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding"]
description = "Serialization into a binary data format"
documentation = "https://docs.rs/nuts-bytes"
edition = "2018"
keywords = ["serialization", "nuts"]
license = "MIT"
name = "nuts-bytes"
readme = "README.md"
repository = "https://github.com/drobin/nuts.git"
version = "0.7.8"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "from_bytes"
path = "tests/from_bytes.rs"

[[test]]
name = "to_bytes"
path = "tests/to_bytes.rs"