human_format 1.1.0

Rust Port of human-format from node, formatting numbers for us, while the machines are still at bay.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "galvanic-test"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be8a228ba809b4aeab18177fce481ebd18fbf590a6e87ffb79ce53526977d7d"

[[package]]
name = "human_format"
version = "1.1.0"
dependencies = [
 "galvanic-test",
]