Crate base_converter

source ·
Expand description

Convert numbers from base to base.

Enums

Errors that can be returned by check_base and any function that takes a base as argument.
Errors that can be returned when converting a number between bases.

Statics

01234567
0123456789
0123456789ABCDEF

Functions

Converts a number from any base to any other base.
Converts a number from any base to an usize.
Checks if a base is valid.
Converts an usize to another base.