Docs.rs
dbcrossbarlib-0.5.0-beta.1
dbcrossbarlib 0.5.0-beta.1
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
emk
Dependencies
async-trait ^0.1.29
normal
base64 ^0.13.0
normal
big_enum_set ^0.2.1
normal
bigml ^0.8.0
normal
byteorder ^1.3.1
normal
bytes ^1.0.1
normal
cast ^0.3.0
normal
chrono ^0.4.6
normal
codespan-reporting ^0.11.0
normal
common_failures ^0.1.1
normal
crc32c ^0.6.0
normal
csv ^1.0.5
normal
dirs ^4.0
normal
failure ^0.1.2
normal
futures ^0.3.1
normal
geo-types ^0.7.2
normal
geojson ^0.22.2
normal
headers ^0.3.2
normal
hex ^0.4.0
normal
hmac ^0.12.0
normal
hyper ^0.14.2
normal
hyper-rustls ^0.22.1
normal
itertools ^0.10.0
normal
lazy_static ^1.2.0
normal
log ^0.4.5
normal
mime ^0.3.16
normal
parse_link_header ^0.2.0
normal
peg ^0.7.0
normal
percent-encoding ^2.1.0
normal
postgis ^0.9.0
normal
rand ^0.8.1
normal
regex ^1.1.0
normal
reqwest ^0.11.0
normal
rustls ^0.20.1
normal
rustls-native-certs ^0.6.1
normal
serde ^1.0.79
normal
serde_derive ^1.0.79
normal
serde_json ^1.0.32
normal
serde_urlencoded ^0.7.0
normal
sha-1 ^0.10.0
normal
sha2 ^0.10.0
normal
slog ^2.4.1
normal
strum ^0.23.0
normal
strum_macros ^0.23.1
normal
termcolor ^1.1.0
normal
tokio ^1.0.1
normal
tokio-postgres ^0.7.0
normal
tokio-postgres-rustls ^0.9.0
normal
tokio-stream ^0.1.2
normal
toml_edit ^0.11.0
normal
url ^2.1.0
normal
uuid ^0.8.1
normal
walkdir ^2.2.9
normal
yup-oauth2 ^6.1.0
normal
main_error ^0.1.0
dev
pretty_assertions ^1.0.0
dev
slog-async ^2.3.0
dev
slog-envlogger ^2.1.0
dev
slog-term ^2.4.0
dev
tempfile ^3.1.0
dev
Versions
100%
of the crate is documented
Go to latest stable release
Platform
i686-unknown-linux-gnu
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
☰
Type Definition Result
Other items in
dbcrossbarlib
?
Type Definition
dbcrossbarlib
::
Result
[
−
]
[src]
pub type Result<T, E =
Error
> =
Result
<T, E>;
Expand description
Standard result type for this library.