[package]
name = "rend"
description = "Cross-platform, endian-aware primitives for Rust"
version = "0.5.0-rc.1"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2021"
license = "MIT"
readme = "README.md"
repository = "https://github.com/djkoloski/rend"
keywords = ["endian", "no_std"]
categories = ["encoding", "no-std"]
documentation = "https://docs.rs/rend"
[dependencies]
bytecheck = { version = "0.8.0-rc.1", optional = true, default-features = false }
[features]
default = []
[patch.crates-io]
bytecheck = { git = "https://github.com/rkyv/bytecheck" }