Docs.rs
  • tower-sesh-0.1.0-alpha.3
    • tower-sesh 0.1.0-alpha.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • loqusion
    • Dependencies
      • anyhow ^1.0.94 normal
      • async-once-cell ^0.5.4 normal
      • async-trait ^0.1.83 normal
      • axum ^0.7.9 normal optional
      • cookie ^0.18.1 normal
      • futures ^0.3.31 normal
      • http ^1 normal
      • itoa ^1.0.14 normal
      • parking_lot ^0.12.3 normal
      • pin-project-lite ^0.2.15 normal
      • ryu ^1.0.18 normal
      • serde ^1 normal
      • time ^0.3.37 normal
      • tower ^0.5.2 normal
      • tower-sesh-core =0.1.0-alpha.3 normal
      • tracing ^0.1.41 normal optional
      • insta ^1.42.0 dev
      • quickcheck ^1.0.3 dev
      • rmp-serde ^1.3.0 dev
      • serde_json ^1.0.136 dev
      • tokio ^1.42.0 dev
    • Versions
    • 75.76% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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_sesh0.1.0-alpha.3

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • Session
  • SessionLayer
  • middleware::ResponseFuture
  • middleware::SessionLayer
  • middleware::SessionManager
  • session::OptionSessionGuard
  • session::Session
  • session::SessionGuard
  • session::SessionRejection
  • store::CachingStore
  • store::MemoryStore
  • value::Error
  • value::Number
  • value::map::IntoIter
  • value::map::IntoValues
  • value::map::Iter
  • value::map::IterMut
  • value::map::Keys
  • value::map::Map
  • value::map::OccupiedEntry
  • value::map::VacantEntry
  • value::map::Values
  • value::map::ValuesMut

Enums

  • Value
  • config::SameSite
  • value::Value
  • value::map::Entry

Traits

  • store::SessionStore
  • value::Index