Module raw

Module raw 

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

FromRawRow
Trait for types that can be decoded from a MySQL row.
FromRawValue
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.