Docs.rs
mysql-18.1.0
mysql 18.1.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
blackbeam
Dependencies
bufstream ~0.1
normal
io-enum ^0.2.1
normal
lru ^0.4.3
normal
mysql_common ^0.20.1
normal
native-tls ^0.2.3
normal
net2 ~0.2
normal
percent-encoding ^2.1.0
normal
serde ^1
normal
serde_json ^1
normal
twox-hash ^1
normal
url ^2.1
normal
lazy_static ^1.4.0
dev
rand ^0.7.2
dev
serde_derive ^1
dev
named_pipe ~0.4
normal
winapi ~0.3
normal
libc ^0.2
normal
nix ^0.17.0
normal
Versions
Go to latest version
Platform
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
☰
Type Definition Result
mysql
All crates
[
−
]
[src]
Type Definition
mysql
::
Result
type Result<T> =
Result
<T,
Error
>;