[dependencies.serde]
optional = true
version = "1"
[features]
serde = ["dep:serde"]
[lib]
name = "byte_calc"
path = "src/lib.rs"
[lints.clippy]
needless_borrows_for_generic_args = "allow"
new_without_default = "allow"
[package]
authors = ["Silitics GmbH <info@silitics.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Helper crate to work with bit, byte, and block sizes."
edition = "2021"
homepage = "https://oss.silitics.com/rugpi/"
license = "MIT OR Apache-2.0"
name = "byte-calc"
readme = false
repository = "https://github.com/silitics/rugpi/"
version = "0.1.0"