Docs.rs
  • actix-session-0.10.1
    • actix-session 0.10.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • fafhrd91
    • github:actix:core
    • Dependencies
      • actix-service ^2 normal
      • actix-utils ^3 normal
      • actix-web ^4 normal
      • anyhow ^1 normal
      • deadpool-redis ^0.16 normal optional
      • derive_more ^1 normal
      • rand ^0.8 normal
      • redis ^0.26 normal optional
      • serde ^1 normal
      • serde_json ^1 normal
      • tracing ^0.1.30 normal
      • actix-test ^0.1 dev
      • actix-web ^4 dev
      • tracing ^0.1.30 dev
      • tracing-subscriber ^0.3 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • 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
logo

actix_session0.10.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • Session
  • SessionGetError
  • SessionInsertError
  • SessionMiddleware
  • config::BrowserSession
  • config::PersistentSession
  • config::SessionMiddlewareBuilder
  • storage::CookieSessionStore
  • storage::RedisSessionStore
  • storage::RedisSessionStoreBuilder
  • storage::SessionKey

Enums

  • SessionStatus
  • config::CookieContentSecurity
  • config::SessionLifecycle
  • config::TtlExtensionPolicy
  • storage::LoadError
  • storage::SaveError
  • storage::UpdateError

Traits

  • SessionExt
  • storage::SessionStore

Functions

  • storage::generate_session_key