simplebyteunit/Cargo.toml

10 lines
330 B
TOML
Raw Normal View History

2023-09-27 05:12:35 +00:00
[package]
name = "simplebyteunit"
authors = ["Xavier R.M."]
2023-09-29 03:27:37 +00:00
version = "0.2.0"
2023-09-27 05:12:35 +00:00
edition = "2021"
2023-09-27 05:41:00 +00:00
readme = "README.md"
repository = "https://github.com/sapphirusberyl/simplebyteunit"
2023-09-27 05:37:32 +00:00
license = "Apache-2.0"
description = "A thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation."