nuts-bytes 0.1.1

A binary data format for Serde
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
version = "1.0.188"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.188"

[package]
authors = ["Robin Doer <robin@robind.de>"]
categories = ["encoding"]
description = "A binary data format for Serde"
documentation = "https://docs.rs/nuts-bytes"
edition = "2018"
keywords = ["serde", "serialization"]
license = "MIT"
name = "nuts-bytes"
readme = "README.md"
repository = "https://github.com/drobin/nuts-bytes.git"
version = "0.1.1"