Crate number2name

Source

Re-exports§

pub use crate::builtin::BASE32;
pub use crate::builtin::BASE32CROCKFORD;
pub use crate::builtin::BASE32HEX;
pub use crate::builtin::BASE32HUMAN;
pub use crate::builtin::BASE32LOWERCASE;
pub use crate::builtin::BASE32SCNY;
pub use crate::builtin::BASE64;
pub use crate::builtin::BASE64URL;
pub use crate::builtin::HEX;
pub use crate::builtin::HEXLOWERCASE;

Structs§

BASE32
BASE64
BASE32CROCKFORD
BASE32HEX
BASE32HUMAN
BASE32LOWERCASE
BASE32SCNY
BASE64URL
Charset
HEX
HEXLOWERCASE

Enums§

N2NErr

Functions§

name2number
Convert a string encoded using the given charset back to the number it represents.
name2number_i16
name2number_i32
name2number_i64
name2number_i128
name2number_u16
Convert a string encoded using the given charset back to the number it represents.
name2number_u32
Convert a string encoded using the given charset back to the number it represents.
name2number_u64
Convert a string encoded using the given charset back to the number it represents.
name2number_u128
Convert a string encoded using the given charset back to the number it represents.
number2name
Convert a number to a short string representation using the given character set.
number2name_i16
number2name_i32
number2name_i64
number2name_i128
number2name_u16
Convert a number to a short string representation using the given character set.
number2name_u32
Convert a number to a short string representation using the given character set.
number2name_u64
Convert a number to a short string representation using the given character set.
number2name_u128
Convert a number to a short string representation using the given character set.
signed2unsigned
Map a signed integer to an unsigned one, in a way that
signed2unsigned_16
signed2unsigned_32
signed2unsigned_64
signed2unsigned_128
unsigned2signed
Inverse of signed2unsigned.
unsigned2signed_16
unsigned2signed_32
unsigned2signed_64
unsigned2signed_128