memory_size 0.1.4

A crate with the ability to represent a number of bits or bytes, and apply arithmetic to the sizes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "memory_size"
version = "0.1.4"
edition = "2021"
description = "A crate with the ability to represent a number of bits or bytes, and apply arithmetic to the sizes"
readme = "README.MD"
repository = "https://github.com/trauts1234/MemorySize"
keywords = ["memory-management"]
license = "GPL-3.0-or-later"

[dependencies]
derive_more = { version = "2.0.1", features = ["add", "add_assign", "sum"] }


[lib]
path = "memory_size.rs"