Docs.rs
  • secure-session-0.4.0
    • secure-session 0.4.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • heartsucker
    • Dependencies
      • aead ^0.3 normal
      • aes-gcm ^0.6 normal
      • chacha20poly1305 ^0.5 normal
      • cookie ^0.14 normal
      • data-encoding ^2 normal
      • generic-array ^0.14 normal
      • iron ^0.6 normal
      • log ^0.4 normal
      • rand ^0.7 normal
      • serde ^1 normal
      • serde_cbor ^0.11 normal
      • time ^0.2 normal
      • typemap ^0.3 normal
      • iron-test ^0.6 dev
      • simplelog ^0.8 dev
    • Versions
    • 100% 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

secure_session0.4.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits

List of all items

Structs

  • middleware::SessionConfig
  • middleware::SessionConfigBuilder
  • middleware::SessionHandler
  • middleware::SessionMiddleware
  • session::AesGcmSessionManager
  • session::ChaCha20Poly1305SessionManager
  • session::MultiSessionManager
  • session::Session

Enums

  • error::SessionConfigError
  • error::SessionError

Traits

  • session::SessionManager

Constants

  • SESSION_COOKIE_NAME