/numbin

CLI tool that converts base ten numbers to binary (and back)

Primary LanguageRust

numbin

Pass numbers as arguments to get their binary representation.

2023-02-25_20 23 37

Arguments that can't be converted are ignored.

2023-02-25_20 36 18

Add -r or --reverse to convert from binary (and back).

2023-02-25_20 37 49

2023-02-25_20 34 01

This is my first cargo project 🦀 it has no dependencies and only some basic testing.

Getting started with Rust