[][src]Crate based

based

based provides support for custom numeral systems with single-character digits.

based does not currently support multi-character digits.

Structs

Base

Base represents a numeral system.

UnknownChar

UnknownChar is the error type produced when Base::from_str encounters an unknown character. It contains the unknown character.