Expand description
§Utilities
Structs§
Functions§
- base64_
token - Recognizes one or more body tokens
- bit_
size - Returns the bit length of a given slice.
- clone_
into_ array - Convert a slice into an array.
- is_
base64_ token - prefixed
- rest_
len - Return the length of the remaining input.
- strip_
leading_ zeros - strip_
leading_ zeros_ vec - u8_
as_ usize - u16_
as_ usize - u32_
as_ usize - write_
all - The same as the std lib, but doesn’t choke on write 0. This is a hack, to be compatible with rust-base64.
- write_
packet_ length - Write packet length, including the prefix for lengths larger or equal than 8384.