Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybercoral/base_changer_rs

It is a cargo project that converts a number (in base 10), it gets transformed into the specified base and it is converted into the final base.
https://github.com/cybercoral/base_changer_rs

base-conversion base-converter command-line-interface command-line-tool rust rust-lang

Last synced: 17 days ago
JSON representation

It is a cargo project that converts a number (in base 10), it gets transformed into the specified base and it is converted into the final base.

Awesome Lists containing this project

README

        

# Base_changer_rs
It is a cargo project that converts a number (in base 10), it gets transformed into the specified base and it is converted into the final base.

### If you want to try the program, use the next syntax for cargo:

cargo run num base1 base2

num, base1 and base2 must be 64-bit unsigned integers.