zc_io 0.2.0

Simple zero-copy I/O.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[features]
default = ["std"]
std = []

[package]
authors = ["Sean C. Roach <me@seancroach.dev>"]
categories = ["no-std", "rust-patterns"]
description = "Simple zero-copy I/O."
edition = "2021"
keywords = ["io", "serde", "zero-copy"]
license = "MIT OR Apache-2.0"
name = "zc_io"
readme = "README.md"
repository = "https://github.com/seancroach/zc_io"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]