Expand description
Flexible decoding API for MySQL binary protocol values.
This module provides traits for decoding MySQL values directly into target types
without intermediate Value allocation.
Traits§
- From
RawRow - Trait for types that can be decoded from a MySQL row.
- From
RawValue - Trait for types that can be decoded from MySQL binary protocol values.
Functions§
- parse_
value - Parse a single value from binary data into target type
T. - skip_
value - Skip a single value in binary data without parsing it.