Docs.rs
postgres-0.10.1
postgres 0.10.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sfackler
paolobarbolini
Dependencies
phf ^0.7
normal
unix_socket >=0.3, <0.5
normal
chrono ^0.2.14
normal
byteorder >=0.3, <0.5
normal
log ^0.3
normal
net2 ^0.2
normal
serde ^0.3
normal
serde_json ^0.6
normal
time ^0.1.14
normal
openssl ^0.6.4
normal
uuid ^0.1
normal
rustc-serialize ^0.3
normal
bufstream ^0.1
normal
url ^0.2
normal
phf_codegen ^0.7
normal
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-gnu
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
postgres
postgres
::
Result
[
−
]
[src]
type Result<T> =
Result
<T,
Error
>;
A type alias of the result returned by many methods.