Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustpan/cli-temp-convert
A command-line tool for temperature conversion, built in Rust. This utility supports seamless conversion between Celsius, Fahrenheit, and Kelvin. The development process strictly adhered to Test-Driven Development (TDD) principles, ensuring robust and reliable functionality.
https://github.com/rustpan/cli-temp-convert
cli converter rust tdd tempreture
Last synced: 14 days ago
JSON representation
A command-line tool for temperature conversion, built in Rust. This utility supports seamless conversion between Celsius, Fahrenheit, and Kelvin. The development process strictly adhered to Test-Driven Development (TDD) principles, ensuring robust and reliable functionality.
- Host: GitHub
- URL: https://github.com/rustpan/cli-temp-convert
- Owner: rustpan
- License: mit
- Created: 2025-01-27T08:01:02.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2025-01-27T08:04:22.000Z (15 days ago)
- Last Synced: 2025-01-27T09:20:45.014Z (15 days ago)
- Topics: cli, converter, rust, tdd, tempreture
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI Tempreture Converter
A command-line tool for temperature conversion, built in Rust. This utility supports seamless conversion between Celsius, Fahrenheit, and Kelvin. The development process strictly adhered to `Test-Driven Development` **(TDD) principles**, ensuring robust and reliable functionality.