Expand description
Convert numbers from base to base.
Enums§
- Check
Base Error - Errors that can be returned by check_base and any function that takes a base as argument.
- Conversion
Error - Errors that can be returned when converting a number between bases.
Statics§
Functions§
- base_
to_ base - Converts a number from any base to any other base.
- base_
to_ decimal - Converts a number from any base to an usize.
- check_
base - Checks if a base is valid.
- decimal_
to_ base - Converts an usize to another base.