simplebyteunit 0.3.0

A thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation.
Documentation
[lib]
name = "simplebyteunit"
path = "src/lib.rs"

[package]
authors = ["Xavier Moffett <sapphirus@azorium.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation."
edition = "2024"
license = "Apache-2.0"
name = "simplebyteunit"
readme = "README.md"
repository = "https://github.com/sapphirusberyl/simplebyteunit"
version = "0.3.0"

[[test]]
name = "integration"
path = "tests/integration.rs"