3 releases
0.0.3 | Jul 26, 2024 |
---|---|
0.0.2 | Jun 6, 2024 |
0.0.1 | Jun 3, 2024 |
#1395 in Procedural macros
39 downloads per month
Used in mysql-connector
29KB
665 lines
mysql-connector
Simple MySQL connector for Rust that allows exchanging the underlying connection.
Features
tcpstream
(enabled by default): implements theStream
trait for tokio'stokio::net::TcpStream
.caching-sha2-password
(enabled by default): implements the caching SHA-2 pluggable authentication plugintime
(enabled by default): usestokio::time::sleep
for network timeout.serde
: implementsserde::Serialize
andserde::Deserialize
for some types.
Dependencies
~240–690KB
~16K SLoC