just format numbers in hex or binary in the cli
Go to file
Christoph J. Scherr d9c921ef9c
cargo devel CI / cargo CI (push) Successful in 1m12s Details
refactor: use a larger integer type #3
2024-05-10 19:26:29 +02:00
.gitea/workflows Initial commit 2024-05-10 13:57:36 +02:00
.github/workflows Initial commit 2024-05-10 13:57:36 +02:00
scripts Initial commit 2024-05-10 13:57:36 +02:00
src refactor: use a larger integer type #3 2024-05-10 19:26:29 +02:00
.gitignore Initial commit 2024-05-10 13:57:36 +02:00
Cargo.toml feat: first working version 2024-05-10 19:26:09 +02:00
LICENSE Initial commit 2024-05-10 13:57:36 +02:00
README.md feat: first working version 2024-05-10 19:26:09 +02:00

README.md

numf

This is just a trivial program that format's it's arguments in binary, hex or octal.