mssql-tds 0.1.0

Rust implementation of the TDS (Tabular Data Stream) protocol for SQL Server
Documentation
1
2
3
4
5
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

/// RPC parameter descriptors and status flags.
pub mod rpc_parameters;