Numeric Convertion

abhiramp_2005

Abhiram

Posted on September 14, 2024

Numeric Convertion

Logical Number Conversion using Rust

Fed up with stupid calculations in logic system design told a friend, found solution thanks to my best friend RUST

Welcome to the Base Converter project! This Rust application allows you to convert numbers from any logical base to another. Whether you’re working with binary, hexadecimal, or any other base, this tool has got you covered.

Features

  • Convert numbers between any two bases (2-36)
  • User-friendly command-line interface
  • Error handling for invalid inputs
  • Efficient and fast conversion algorithms

Working

Image description

Cargo.toml dependecies

[dependencies]
rust_decimal = "1.36"
rust_decimal_macros = "1.36"

Code available at Github

Hope you all this and please share your opinion and modifications...
Thank you

💖 💪 🙅 🚩
abhiramp_2005
Abhiram

Posted on September 14, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Numeric Convertion
programming Numeric Convertion

September 14, 2024