Docs.rs
postgres-0.9.0
postgres 0.9.0
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
sfackler
paolobarbolini
Dependencies
bufstream ^0.1
normal
byteorder ^0.3
normal
chrono ^0.2.14
normal
optional
debug-builders ^0.1
normal
log ^0.3
normal
openssl ^0.6
normal
optional
phf ^0.7
normal
rust-crypto ^0.2
normal
rustc-serialize ^0.3
normal
serde ^0.3
normal
optional
time ^0.1.14
normal
optional
unix_socket >=0.3, <0.5
normal
optional
uuid ^0.1
normal
optional
url ^0.2
dev
phf_codegen ^0.7
build
Versions
100%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
postgres
0.9.0
Module io
Structs
Traits
In crate postgres
Module
postgres
::
io
Copy item path
source
·
[
−
]
Expand description
Types and traits for SSL adaptors.
Structs
§
Stream
A connection to the Postgres server.
Traits
§
NegotiateSsl
A trait implemented by types that can negotiate SSL over a Postgres stream.
StreamWrapper
A trait implemented by SSL adaptors.