Expand description
Types that can be used to serialize and deserialize types inside databases.
Structs§
- Encodable version of
i8
. - Encodable version of
i16
. - Encodable version of
i32
. - Encodable version of
i64
. - Encodable version of
i128
. - Owns bytes that can be decoded on demand.
- Lazily decodes the data bytes.
- Encodable version of
u8
. - Encodable version of
u16
. - Encodable version of
u32
. - Encodable version of
u64
. - Encodable version of
u128
.
Enums§
- Describes a byte slice
[u8]
that is totally borrowed and doesn’t depend on any memory alignment. - A convenient struct made to ignore the type when decoding it.
- Describes a
str
. - Describes the unit
()
type.