serde-mincode 0.1.6

A minimal binary encoding for Serde-compatible types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "serde-mincode"
description = "A minimal binary encoding for Serde-compatible types"
categories = ["encoding"]
keywords = ["serde", "serialization"]
authors = ["Adam Reichold <adam.reichold@t-online.de>"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/adamreichold/serde-mincode"
documentation = "https://docs.rs/serde-mincode"
version = "0.1.6"
edition = "2021"

[dependencies]
serde_core = "1.0"