danwi 0.2.3

SI units library
Documentation
[dependencies.libm]
version = "0.2.11"

[dependencies.paste]
version = "1.0"

[dependencies.typenum]
version = "1.18"

[[example]]
name = "electrical_units"
path = "examples/electrical_units.rs"

[[example]]
name = "kinematic_units"
path = "examples/kinematic_units.rs"

[[example]]
name = "thrust"
path = "examples/thrust.rs"

[features]
all = ["f32", "f64"]
default = ["all"]
f32 = []
f64 = []

[lib]
name = "danwi"
path = "src/lib.rs"

[package]
authors = ["David Park <dpjungmin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "SI units library"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "danwi"
readme = "README.md"
repository = "https://github.com/dpjungmin/danwi"
version = "0.2.3"