Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cybercoral/base_changer_rs
- Owner: CyberCoral
- License: gpl-3.0
- Created: 2024-10-27T10:08:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T18:09:34.000Z (2 months ago)
- Last Synced: 2024-10-28T13:19:19.853Z (2 months ago)
- Topics: base-conversion, base-converter, command-line-interface, command-line-tool, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.