unitconv 0.1.1

Rust Simple Unit Converter
Documentation
[dependencies]

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

[package]
authors = ["Sungwoo Lee <balsantiger@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Rust Simple Unit Converter"
edition = "2024"
keywords = ["unit", "conversion", "utility"]
license = "MIT"
name = "unitconv"
readme = "README.md"
repository = "https://github.com/balsantiger/rs-unitconv"
version = "0.1.1"

[[test]]
name = "unitconv_test"
path = "tests/unitconv_test.rs"