Crates.io | cbb |
lib.rs | cbb |
version | 0.2.1 |
source | src |
created_at | 2020-12-27 01:16:18.724911 |
updated_at | 2022-01-17 19:14:25.914729 |
description | A base converter |
homepage | https://github.com/0xflotus/cbb |
repository | https://github.com/0xflotus/cbb |
max_upload_size | |
id | 327678 |
size | 219,297 |
A base converter
cbb 20 -t 8
-> 24
cbb -b 3
-> 0+--
$ cbb -h
A converter for numbers
USAGE:
cbb [FLAGS] [OPTIONS] <number>
ARGS:
<number> Sets the number
FLAGS:
-b, --balanced-ternary Converts decimal to balanced ternary
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-t, --to <base> Sets the target base.