scroll 0.8.0

A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers
Documentation
[package]
name = "scroll"
version = "0.8.0"
authors = ["m4b <m4b.github.io@gmail.com>"]
readme = "README.md"
keywords = ["bytes", "endian", "immutable", "pread", "pwrite"]
repository = "https://github.com/m4b/scroll"
license = "MIT"
documentation = "https://docs.rs/scroll"
description = "A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers"
categories = ["parsing", "encoding"]
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md", "benches/*", "examples/*", "tests/*"]

[dependencies]
scroll_derive = { version = "0.8", optional = true }

[features]
default = ["std"]
std = []
derive = ["std", "scroll_derive"]

[dev-dependencies]
rayon = "0.9.0"
byteorder = "1.0.0"