Docs.rs
mssql-codec-0.6.0
mssql-codec 0.6.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
jkindrix
Dependencies
bytes ^1.9
normal
futures-core ^0.3
normal
futures-util ^0.3
normal
pin-project-lite ^0.2
normal
tds-protocol ^0.6.0
normal
thiserror ^2.0
normal
tokio ^1.48
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
tokio-test ^0.4
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module packet_codec
mssql_
codec
0.6.0
Module packet_
codec
Module Items
Structs
In crate mssql_
codec
mssql_codec
Module
packet_
codec
Copy item path
Source
Expand description
TDS packet codec implementation.
Structs
ยง
Packet
A TDS packet with header and payload.
TdsCodec
TDS packet codec for tokio-util framing.