serde-encoded-bytes 0.2.1

Efficient bytestring serialization for Serde-supporting types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Integration tests to check compatibility with popular serializer libraries.

#![allow(clippy::unwrap_used)]

mod asn1;
mod bincode;
mod cbor;
mod common;
mod messagepack;
mod serde_json;
mod serde_json_core;
mod toml;