Docs.rs
tokio-postgres-0.7.6
tokio-postgres 0.7.6
Docs.rs crate page
MIT
/
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 ^0.3
normal
log ^0.4
normal
parking_lot ^0.12
normal
percent-encoding ^2.0
normal
phf ^0.10
normal
pin-project-lite ^0.2
normal
postgres-protocol ^0.6.4
normal
postgres-types ^0.2.3
normal
socket2 ^0.4
normal
tokio ^1.0
normal
tokio-util ^0.7
normal
bit-vec ^0.6
dev
chrono ^0.4
dev
criterion ^0.3
dev
env_logger ^0.9
dev
eui48 ^0.4
dev
eui48 ^1.0
dev
geo-types ^0.6
dev
geo-types ^0.7
dev
serde ^1.0
dev
serde_json ^1.0
dev
time ^0.2
dev
time ^0.3
dev
tokio ^1.0
dev
uuid ^0.8
dev
uuid ^1.0
dev
Versions
100%
of the crate is documented
Go to latest version
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
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
☰
Oid
In tokio_postgres::types
?
Type Definition
tokio_postgres
::
types
::
Oid
source
·
[
−
]
pub type Oid =
u32
;
Expand description
A Postgres OID.