Docs.rs
postgres_query-0.2.1
postgres_query 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nolanderc
Dependencies
async-trait ^0.1.22
normal
futures ^0.3.1
normal
postgres-types ^0.1.0
normal
postgres_query_macro ^0.2.0
normal
proc-macro-hack ^0.5.11
normal
serde ^1.0.104
normal
thiserror ^1.0.9
normal
tokio-postgres ^0.5.1
normal
anyhow ^1.0.26
dev
bytes ^0.5.3
dev
structopt ^0.3.7
dev
tokio ^0.2.6
dev
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
postgres_query
All crates
[
−
]
[src]
Type Definition
postgres_query
::
Result
type Result<T, E =
Error
> =
Result
<T, E>;