9 lines
330 B
TOML
9 lines
330 B
TOML
[package]
|
|
name = "simplebyteunit"
|
|
authors = ["Xavier R.M."]
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
repository = "https://github.com/sapphirusberyl/simplebyteunit"
|
|
license = "Apache-2.0"
|
|
description = "A thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation."
|