wire-rs 0.2.0

Extensible interface for converting data to/from wire protocol. Supports non-contiguous buffers (including &[IoSlice]) and is no_std compatible.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[features]
default = ["std"]
ioslice = ["std"]
std = []

[package]
authors = ["Nathaniel Bennett <me@nathanielbennett.com>"]
categories = ["encoding", "no-std", "rust-patterns"]
description = "Extensible interface for converting data to/from wire protocol. Supports non-contiguous buffers (including &[IoSlice]) and is no_std compatible."
edition = "2021"
keywords = ["encode", "iovec", "no_std", "serialization"]
license = "MIT OR Apache-2.0"
name = "wire-rs"
readme = "README.md"
repository = "https://github.com/nathaniel-bennett/wire-rs"
version = "0.2.0"