Docs.rs
xitca-postgres-0.1.0
xitca-postgres 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
fakeshadow
Dependencies
fallible-iterator ^0.2
normal
futures-core ^0.3
normal
percent-encoding ^2
normal
phf ^0.11
normal
postgres-protocol ^0.6.5
normal
postgres-types ^0.2
normal
quinn ^0.11
normal
optional
rustls-pemfile ^2
normal
optional
sha2 ^0.10.8
normal
optional
tokio ^1.30
normal
tracing ^0.1.40
normal
webpki-roots ^0.26
normal
optional
xitca-io ^0.4.1
normal
xitca-tls ^0.4.0
normal
optional
xitca-unsafe-collection ^0.2.0
normal
futures ^0.3
dev
rcgen ^0.13
dev
tokio ^1.30
dev
Versions
76.52%
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
xitca_
postgres
0.1.0
Module row
Module Items
Type Aliases
In crate xitca_
postgres
Module
xitca_postgres
::
row
Copy item path
source
·
[
−
]
Expand description
Rows. mostly copy/paste from
tokio-postgres
Type Aliases
§
Row
A row of data returned from the database by a query.
RowSimple
A row of data returned from the database by a simple query.