📦 rs-unitconv — A Simple Unit Conversion Library for Rust
✨ Lightweight, zero-dependency utility crate for common unit conversions: length, weight, temperature and more.
🚀 Features
- 📏 Length:
cm ↔ inch,m ↔ ft - ⚖️ Weight:
kg ↔ lb - 🌡️ Temperature:
°C ↔ °F,°C ↔ K - 💡 Intuitive function names and clean API
- 🧪 Tested and ready for embedded or CLI use
- 🔀 No external dependencies
📥 Installation
# Cargo.toml
[]
= "0.1.0"
🧑💻Usage
use ;
use ;
use ;