[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"