Docs.rs
hermod-api-0.1.2
hermod-api 0.1.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
russweas
Dependencies
actix ^0.12.0-beta
normal
actix-cors ^0.6.0-beta.2
normal
actix-web ^4.0.0-beta.3
normal
anyhow ^1.0.43
normal
argon2 ^0.3
normal
base64 ^0.13
normal
chrono ^0.4
normal
config ^0.11.0
normal
jsonwebtoken ^7.2.0
normal
opentelemetry ^0.16
normal
opentelemetry-otlp ^0.9
normal
rand ^0.8
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde-aux ^2.3.0
normal
serde_json ^1.0.67
normal
sqlx ^0.5.7
normal
thiserror ^1.0.29
normal
tokio ^1.10.1
normal
tracing ^0.1.26
normal
tracing-actix-web ^0.4.0-beta.15
normal
tracing-bunyan-formatter ^0.2.5
normal
tracing-log ^0.1.2
normal
tracing-opentelemetry ^0.15.0
normal
tracing-subscriber ^0.2.20
normal
urlencoding ^2.1.0
normal
uuid ^0.8
normal
actix-rt ^2.0.2
dev
once_cell ^1.7.2
dev
wiremock ^0.5
dev
Versions
37.91%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Files
hermod_api/clients/
mod.rs
1
//! Contains clients for interacting with third-party APIs
2
pub mod
twilio;