readable 0.2.1

Human readable data formatting
Documentation
[package]
name = "readable"
version = "0.2.1"
edition = "2021"
authors = ["hinto.janai <hinto.janai@protonmail.com>"]
description = "Human readable data formatting"
documentation = "https://docs.rs/readable"
repository = "https://github.com/hinto-janai/readable"
readme = "README.md"
keywords = ["human", "readable", "data", "read", "string"]
license = "MIT"

[features]
default = []
ignore_nan_inf = []

[dependencies]
num-format = "0.4.4"
serde = { version = "1.0.152", features = ["derive"], optional = true }