Docs.rs
  • ymir-0.3.0
    • ymir 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • suryakencana007
    • Dependencies
      • argon2 ^0.5.3 normal
      • async-trait ^0.1.83 normal
      • axum ^0.8.0-alpha.1 normal
      • axum-extra ^0.10.0-alpha.1 normal
      • byte-unit ^5.1.4 normal
      • colored ^2.1.0 normal
      • config ^0.14.0 normal
      • dotenvy ^0.15.7 normal
      • http ^1.1.0 normal
      • regex ^1.11.0 normal
      • serde ^1.0.210 normal
      • serde_json ^1.0.128 normal
      • thiserror ^1.0.64 normal
      • tokio ^1.40.0 normal
      • tower ^0.5.1 normal
      • tower-http ^0.6.1 normal
      • tower-layer ^0.3.3 normal
      • tracing ^0.1.40 normal
      • tracing-subscriber ^0.3.18 normal
      • ulid ^1.1.3 normal
      • utoipa ^5.1.2 normal
    • Versions
    • 38.24% 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

ymir0.3.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • adapter::AdapterManager
  • config::Config
  • config::InterceptionCompression
  • config::InterceptionCors
  • config::InterceptionFolderAssets
  • config::InterceptionLimitPayload
  • config::InterceptionStaticAssets
  • config::InterceptionTimeoutRequest
  • config::Interceptions
  • config::Logger
  • config::Secret
  • config::Server
  • context::Context
  • context::HasherId
  • errors::ErrorResponse
  • health::Health
  • interception::request_id::RequestId
  • prelude::Ulid
  • responses::Json
  • responses::Success
  • state::Inject
  • state::InjectState
  • types::Ulid

Enums

  • adapter::AdapterPriority
  • adapter::AdapterState
  • config::Environment
  • errors::Error

Traits

  • adapter::Adapter
  • context::AnyClone
  • hook::LifeCycle

Functions

  • config::load_configuration
  • health::healthz
  • health::readyz
  • interception::interception_cors
  • interception::interception_fn
  • interception::request_id::request_id_middleware
  • render::html
  • render::json
  • render::redirect
  • render::text
  • signal::shutdown_signal
  • startup::create_context
  • startup::router_init
  • startup::run

Type Aliases

  • Result
  • config::Adapters