si-scale 0.2.2

Format values using the appropriate SI scale: seconds(1.3e-5) -> 13 µs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["graelo <graelo@grael.cc>"]
categories = ["value-formatting", "science"]
description = "Format values using the appropriate SI scale: seconds(1.3e-5) -> 13 µs"
documentation = "https://docs.rs/si-scale"
edition = "2018"
exclude = ["/.github"]
homepage = "https://github.com/graelo/si-scale"
keywords = ["units", "pretty", "human", "number", "si-units"]
license = "MIT OR Apache-2.0"
name = "si-scale"
readme = "README.md"
repository = "https://github.com/graelo/si-scale"
version = "0.2.2"