cbb

Crates.iocbb
lib.rscbb
version0.2.1
sourcesrc
created_at2020-12-27 01:16:18.724911
updated_at2022-01-17 19:14:25.914729
descriptionA base converter
homepagehttps://github.com/0xflotus/cbb
repositoryhttps://github.com/0xflotus/cbb
max_upload_size
id327678
size219,297
0xflotus (0xflotus)

documentation

README

cbb

A base converter

Examples

cbb 20 -t 8 -> 24

cbb -b 3 -> 0+--

Usage

$ 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.
Commit count: 36

cargo fmt