Skip to main content

Module encode

Module encode 

Source
Expand description

TDS binary encoding for SQL values.

This module provides encoding of Rust values into TDS wire format for transmission to SQL Server.

Traits§

TdsEncode
Trait for encoding values to TDS binary format.

Functions§

encode_utf16_string
Encode a string as UTF-16LE with length prefix.