Registry / networking / mysql-common

mysql-common

JSON →
library0.37.2rscratesunverified

MySql protocol primitives for building MySQL clients and servers.

# Cargo.toml [dependencies] mysql_common = "0.37.2"
INSTALL
IMPORT
SIG · MYSQL-COMMON
M
mysql-common
networkingrustv0.37.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HandshakeResponse
use mysql_common::packets::HandshakeResponse;

Creates a default handshake response packet.

use mysql_common::packets::HandshakeResponse; let response = HandshakeResponse::default(); println!("Capabilities: {:?}", response.capabilities);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.37.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
mysql-common — cargo add mysql-common · libregistry