zerocopy 0.7.35

Utilities for zero-copy parsing and serialization
Documentation
[dependencies.byteorder]
default-features = false
optional = true
version = "1.3"

[dependencies.zerocopy-derive]
optional = true
version = "=0.7.35"
[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.elain]
version = "0.3.0"

[dev-dependencies.itertools]
version = "0.11"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.static_assertions]
version = "1.1"

[dev-dependencies.trybuild]
features = ["diff"]
version = "=1.0.85"

[dev-dependencies.zerocopy-derive]
version = "=0.7.35"

[features]
__internal_use_only_features_that_work_on_stable = ["alloc", "derive", "simd"]
alloc = []
default = ["byteorder"]
derive = ["zerocopy-derive"]
simd = []
simd-nightly = ["simd"]

[package]
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
categories = ["embedded", "encoding", "no-std::no-alloc", "parsing", "rust-patterns"]
description = "Utilities for zero-copy parsing and serialization"
edition = "2018"
exclude = [".*"]
keywords = ["cast", "convert", "transmute", "transmutation", "type-punning"]
license = "BSD-2-Clause OR Apache-2.0 OR MIT"
name = "zerocopy"
readme = "README.md"
repository = "https://github.com/google/zerocopy"
rust-version = "1.60.0"
version = "0.7.35"
[package.metadata.ci]
pinned-nightly = "nightly-2024-06-19"
pinned-stable = "1.79.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]

[package.metadata.playground]
features = ["__internal_use_only_features_that_work_on_stable"]
[target."cfg(any())".dependencies.zerocopy-derive]
version = "=0.7.35"