Docs.rs
  • tower-sessions-0.2.1
    • tower-sessions 0.2.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • maxcountryman
    • Dependencies
      • async-trait ^0.1.73 normal
      • axum-core ^0.3.4 normal
      • bson ^2.7.0 normal
      • fred ^6.3.2 normal
      • http ^0.2.9 normal
      • moka ^0.12.0 normal
      • mongodb ^2.7.0 normal
      • parking_lot ^0.12.1 normal
      • rmp-serde ^1.1.2 normal
      • serde ^1.0.188 normal
      • serde_json ^1.0.107 normal
      • sqlx ^0.7.2 normal
      • thiserror ^1.0.49 normal
      • time ^0.3.29 normal
      • tokio ^1.32.0 normal
      • tower-cookies ^0.9.0 normal
      • tower-layer ^0.3.2 normal
      • tower-service ^0.3.2 normal
      • uuid ^1.4.1 normal
      • axum ^0.6.20 dev
      • hyper ^0.14.27 dev
      • tokio ^1.32.0 dev
      • tokio-test ^0.4.3 dev
      • tower ^0.4.13 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

tower_sessions0.2.1

  • Structs
  • Enums
  • Traits
?
Change settings

List of all items

Structs

  • CachingSessionStore
  • CookieConfig
  • MemoryStore
  • MokaStore
  • MongoDBStore
  • MySqlStore
  • PostgresStore
  • RedisStore
  • Session
  • SessionManager
  • SessionManagerLayer
  • SessionRecord
  • SqliteStore
  • cookie_config::CookieConfig
  • service::SessionManager
  • service::SessionManagerLayer
  • session::Session
  • session::SessionId
  • session::SessionRecord
  • session_store::CachingSessionStore

Enums

  • SqlxStoreError
  • session::SessionDeletion
  • session::SessionError
  • session_store::CachingStoreError

Traits

  • SessionStore
  • session_store::SessionStore