[dependencies.bytecheck]
default-features = false
optional = true
version = "~0.6.7"
[dependencies.bytemuck]
default-features = false
features = ["derive"]
optional = true
version = "^1.4.0"
[features]
default = ["std"]
std = ["bytecheck/std"]
validation = ["bytecheck"]
[package]
authors = ["David Koloski <djkoloski@gmail.com>"]
categories = ["encoding", "no-std"]
description = "Endian-aware primitives for Rust"
documentation = "https://docs.rs/rend"
edition = "2018"
keywords = ["endian", "no_std"]
license = "MIT"
name = "rend"
readme = "crates-io.md"
repository = "https://github.com/djkoloski/rend"
version = "0.4.2"