Expand description
TDS binary decoding for SQL values.
This module provides decoding of TDS wire format data into Rust values.
Structs§
Traits§
- TdsDecode
- Trait for decoding values from TDS binary format.
Functions§
- decode_
utf16_ string - Decode a UTF-16LE string from bytes.
- decode_
value - Decode a SQL value based on type information.