konvert 0.3.0

unit converter without any dependencies
Documentation
[[bin]]
name = "konvert"
path = "src/main.rs"

[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "unit converter without any dependencies"
edition = "2024"
license = "MIT"
name = "konvert"
readme = "README.md"
repository = "https://github.com/patrickbucher/konvert"
version = "0.3.0"