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