[dependencies.serde]
features = ["derive"]
version = "1.0.186"
[features]
default = ["macro", "units"]
macro = []
serde = []
units = []
[package]
authors = ["Felix Scholz <mr.felix.scholz@web.de>"]
categories = ["science", "mathematics"]
description = "Implementations of memory units and working with them"
edition = "2021"
homepage = "https://github.com/zoolq/tusk/tree/master/memu"
include = ["src/", "README.md"]
keywords = ["units", "memory", "measure", "computer-sience", "memory-units"]
license = "MIT"
name = "memu"
readme = "README.md"
repository = "https://github.com/zoolq/tusk/tree/master/memu"
resolver = "1"
version = "0.1.1"