Module bytes
rmp
0.8.14
Module bytes
Module Items
Structs
Enums
In rmp::
decode
Modules
bytes
Structs
ExtMeta
MarkerReadError
Enums
DecodeStringError
NumValueReadError
ValueReadError
Traits
RmpRead
RmpReadErr
Functions
marker_to_len
read_array_len
read_bin_len
read_bool
read_ext_meta
read_f32
read_f64
read_fixext1
read_fixext16
read_fixext2
read_fixext4
read_fixext8
read_i16
read_i32
read_i64
read_i8
read_int
read_map_len
read_marker
read_nfix
read_nil
read_pfix
read_str
read_str_from_slice
read_str_len
read_str_ref
read_u16
read_u32
read_u64
read_u8
Type Aliases
Error
rmp
::
decode
Module
bytes
Copy item path
Settings
Help
Summary
Source
Expand description
Implementation of the
Bytes
type
Structs
§
Bytes
A wrapper around
&[u8]
to read more efficiently.
Enums
§
Bytes
Read
Error
Indicates that an error occurred reading from
Bytes