si 0.1.0

SI and IEC prefixes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "si"
version = "0.1.0"
edition = "2024"
description = "SI and IEC prefixes"
categories = [
    "text-processing",
    "science",
    "rust-patterns",
    "no-std::no-alloc",
    "mathematics",
]
license = "Apache-2.0 OR MIT"
homepage = "https://crates.io/crates/si"
documentation = "https://docs.rs/si"
repository = "https://github.com/aatifsyed/si"

[dependencies]