Docs.rs
  • actix-cloud-0.4.12
    • actix-cloud 0.4.12
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • MXWXZ
    • Dependencies
      • actix-cloud-codegen ^0.2 normal optional
      • actix-utils ^3.0 normal optional
      • actix-web ^4 normal optional
      • anyhow ^1.0 normal optional
      • async-trait ^0.1 normal optional
      • chrono ^0.4 normal optional
      • colored ^2.1 normal optional
      • config ^0.15 normal optional
      • enum-as-inner ^0.6 normal optional
      • futures ^0.3 normal optional
      • glob ^0.3 normal optional
      • hex ^0.4 normal optional
      • parking_lot ^0.12 normal optional
      • prettyplease ^0.2 normal optional
      • qstring ^0.7 normal optional
      • quote ^1.0 normal optional
      • rand ^0.8 normal optional
      • redis ^0.27 normal optional
      • rustls ^0.23 normal optional
      • rustls-pemfile ^2.2 normal optional
      • serde ^1.0 normal optional
      • serde_json ^1.0 normal optional
      • serde_with ^3.11 normal optional
      • syn ^2.0 normal optional
      • thiserror ^2.0 normal optional
      • tokio ^1 normal optional
      • tracing ^0.1 normal optional
      • tracing-actix-web ^0.7 normal optional
      • tracing-subscriber ^0.3 normal optional
      • walkdir ^2.5 normal optional
      • yaml-rust2 ^0.9 normal optional
      • tokio ^1 dev
    • Versions
    • 33.18% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

actix_cloud0.4.12

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Attribute Macros

List of all items

Structs

  • Error
  • csrf::Middleware
  • csrf::MiddlewareService
  • i18n::Locale
  • logger::LogItem
  • logger::Logger
  • logger::LoggerBuilder
  • logger::LoggerGuard
  • memorydb::default::DefaultBackend
  • memorydb::redis::RedisBackend
  • request::Extension
  • request::Middleware
  • request::MiddlewareService
  • response::Response
  • response::ResponseError
  • router::Router
  • security::SecurityHeader
  • session::Session
  • session::SessionMiddleware
  • session::config::PersistentSession
  • session::config::SessionMiddlewareBuilder
  • state::GlobalState
  • state::ServerHandle

Enums

  • response_build::BuildError
  • router::CSRFType
  • security::CrossOriginOpenerPolicy
  • security::RefererPolicy
  • security::StrictTransportSecurity
  • security::XFrameOptions
  • security::XXSSProtection
  • session::SessionStatus
  • session::config::CookieContentSecurity
  • session::config::TtlExtensionPolicy

Traits

  • memorydb::interface::MemoryDB
  • response::ResponseCodeTrait
  • router::Checker
  • session::SessionExt

Macros

  • bail
  • i18n::i18n
  • macros::i18n
  • map
  • t

Attribute Macros

  • async_trait
  • macros::entity_behavior
  • macros::entity_id
  • macros::entity_timestamp
  • macros::main
  • macros::partial_entity
  • main

Functions

  • response_build::generate_response
  • router::build_router
  • utils::is_default
  • utils::is_unique
  • utils::load_rustls_config
  • utils::rand_string
  • utils::rand_string_all
  • utils::rand_string_hex
  • utils::restart

Type Aliases

  • Result
  • logger::FilterFn
  • logger::HandlerFn
  • logger::TransformerFn
  • logger::WriterFn
  • request::LangFunc
  • request::RealIPFunc
  • response::JsonResponse
  • response::ResponseBuilderFn
  • response::RspResult