memory_size 0.1.6

A crate with the ability to represent a number of bits or bytes, and apply arithmetic to the sizes
Documentation
[dependencies.derive_more]
features = ["add", "add_assign", "sum"]
version = "2.0.1"

[lib]
name = "memory_size"
path = "memory_size.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A crate with the ability to represent a number of bits or bytes, and apply arithmetic to the sizes"
edition = "2021"
keywords = ["memory-management"]
license = "GPL-3.0-or-later"
name = "memory_size"
readme = "README.MD"
repository = "https://github.com/trauts1234/MemorySize"
version = "0.1.6"