Docs.rs
  • hermod-api-0.1.2
    • hermod-api 0.1.2
    • Permalink
    • 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
logo

hermod_api0.1.2

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • clients::twilio::TwilioClient
  • db::Feedback
  • db::Field
  • db::Form
  • db::NewFeedback
  • db::NewField
  • db::NewForm
  • db::NewUser
  • db::QrCode
  • db::User
  • handlers::DeleteQrCodeRequest
  • handlers::EditQrCodeRequest
  • handlers::FormCreationRequest
  • handlers::FormGetRequest
  • handlers::FormGetResponse
  • handlers::GetQrCodeRequest
  • handlers::GetQrCodeResponse
  • handlers::ListQrCodesResponse
  • handlers::NewQrCodeRequest
  • handlers::RegistrationRequest
  • services::configuration::ApplicationSettings
  • services::configuration::DatabaseSettings
  • services::configuration::Settings
  • services::configuration::TwilioSettings
  • services::jwt::Claims
  • services::jwt::JwtClient
  • startup::Application

Enums

  • handlers::ApplicationError
  • services::auth::AuthenticationError
  • services::configuration::Environment

Functions

  • db::get_user_by_id
  • handlers::delete_qr_code
  • handlers::edit_qr_code
  • handlers::get_form
  • handlers::get_qr_code_data
  • handlers::health_check
  • handlers::json_response
  • handlers::list_forms
  • handlers::list_qr_codes
  • handlers::login
  • handlers::logout
  • handlers::register
  • handlers::store_form
  • handlers::store_qr_code
  • handlers::who_am_i
  • services::auth::validate_request_with_basic_auth
  • services::configuration::get_configuration
  • services::error::error_chain_fmt
  • services::telemetry::get_subscriber
  • services::telemetry::get_subscriber_test
  • services::telemetry::init_subscriber
  • services::telemetry::spawn_blocking_with_tracing
  • startup::get_connection_pool

Type Aliases

  • handlers::ApplicationResponse