Docs.rs
tokio-postgres-0.7.12
tokio-postgres 0.7.12
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
sfackler
Dependencies
async-trait ^0.1
normal
byteorder ^1.0
normal
bytes ^1.0
normal
fallible-iterator ^0.2
normal
futures-channel ^0.3
normal
futures-util ^0.3
normal
log ^0.4
normal
parking_lot ^0.12
normal
percent-encoding ^2.0
normal
phf ^0.11
normal
pin-project-lite ^0.2
normal
postgres-protocol ^0.6.7
normal
postgres-types ^0.2.8
normal
rand ^0.8.5
normal
tokio ^1.27
normal
tokio-util ^0.7
normal
whoami ^1.4.1
normal
bit-vec ^0.6
dev
chrono ^0.4
dev
criterion ^0.5
dev
env_logger ^0.11
dev
eui48 ^1.0
dev
futures-executor ^0.3
dev
geo-types ^0.6
dev
geo-types ^0.7
dev
jiff ^0.1
dev
serde ^1.0
dev
serde_json ^1.0
dev
smol_str ^0.1
dev
time ^0.2
dev
time ^0.3
dev
tokio ^1.0
dev
uuid ^0.8
dev
uuid ^1.0
dev
socket2 ^0.5
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tokio_
postgres
0.7.12
In tokio_
postgres::
types
Type Alias
tokio_postgres
::
types
::
Oid
Copy item path
source
ยท
[
−
]
pub type Oid =
u32
;
Expand description
A Postgres OID.