zerocopy 0.3.2

Utilities for zero-copy parsing and serialization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.byteorder]
default-features = false
version = "1.3"

[dependencies.zerocopy-derive]
version = "0.2.0"
[dev-dependencies.rand]
version = "0.6"

[package]
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
description = "Utilities for zero-copy parsing and serialization"
edition = "2018"
include = ["src/*", "Cargo.toml", "LICENSE"]
license = "BSD-3-Clause"
name = "zerocopy"
repository = "https://fuchsia.googlesource.com/fuchsia/+/HEAD/src/lib/zerocopy"
version = "0.3.2"