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§
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