Docs.rs
  • torii-core-0.2.2
    • torii-core 0.2.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • cmackenzie1
    • Dependencies
      • async-trait ^0.1 normal
      • chrono ^0.4 normal
      • dashmap ^6.1 normal
      • downcast-rs ^2.0.1 normal
      • futures ^0.3 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • thiserror ^2 normal
      • tokio ^1.0 normal
      • tracing ^0.1 normal
      • uuid ^1 normal
      • tokio ^1.0 dev
    • Versions
    • 25.84% of the crate is documented
  • Go to latest version
  • 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

torii_core0.2.2

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • events::EventBus
  • plugin::PluginManager
  • plugin::SessionCleanupConfig
  • session::DefaultSessionManager
  • session::Session
  • session::SessionBuilder
  • session::SessionId
  • storage::MagicToken
  • storage::NewUser
  • storage::NewUserBuilder
  • user::OAuthAccount
  • user::OAuthAccountBuilder
  • user::User
  • user::UserBuilder
  • user::UserId

Enums

  • error::AuthError
  • error::Error
  • error::EventError
  • error::PluginError
  • error::SessionError
  • error::StorageError
  • error::ValidationError
  • events::Event

Traits

  • events::EventHandler
  • plugin::Plugin
  • session::SessionManager
  • storage::MagicLinkStorage
  • storage::OAuthStorage
  • storage::PasskeyStorage
  • storage::PasswordStorage
  • storage::SessionStorage
  • storage::StoragePlugin
  • storage::UserStorage