[go: up one dir, main page]

byteorder-lite 0.1.0

Library for reading/writing numbers in big-endian and little-endian.
Documentation
[dev-dependencies.quickcheck]
default-features = false
version = "0.9.2"

[dev-dependencies.rand]
version = "0.7"

[features]
default = ["std"]
std = []

[lib]
bench = false

[package]
categories = ["encoding", "parsing", "no-std"]
description = "Library for reading/writing numbers in big-endian and little-endian."
documentation = "https://docs.rs/byteorder-lite"
edition = "2021"
homepage = "https://github.com/image-rs/byteorder-lite"
include = ["README.md", "LICENSE-MIT", "UNLICENSE", "src/*"]
keywords = ["byte", "endian", "big-endian", "little-endian", "binary"]
license = "Unlicense OR MIT"
name = "byteorder-lite"
readme = "README.md"
repository = "https://github.com/image-rs/byteorder-lite"
rust-version = "1.60"
version = "0.1.0"

[profile.bench]
opt-level = 3