Docs.rs
af-postgres-0.1.0
af-postgres 0.1.0
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
alexfrydl
Dependencies
af-core ^0.1
normal
bytes ^1
normal
native-tls ^0.2
normal
postgres-native-tls ^0.5
normal
smallstr ^0.2
normal
smallvec ^1
normal
tokio-postgres ^0.7
normal
Versions
37.5%
of the crate is documented
Go to latest version
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Result
af_postgres
?
[
−
]
[src]
Type Definition
af_postgres
::
Result
type Result<T =
()
, E =
Error
> =
Result
<T, E>;