Docs.rs
  • mpc-manager-0.1.0
    • mpc-manager 0.1.0
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • aon
    • Dependencies
      • anyhow ^1 normal
      • axum ^0.6.2 normal
      • config ^0.13 normal
      • dotenv ^0.15.0 normal
      • futures-util ^0.3 normal
      • json-rpc2 ^0.11 normal
      • serde ^1 normal
      • serde-aux ^3 normal
      • serde_json ^1 normal
      • strum ^0.24 normal
      • thiserror ^1 normal
      • tokio ^1 normal
      • tokio-stream ^0.1 normal
      • tower ^0.4 normal
      • tower-http ^0.3 normal
      • tracing ^0.1 normal
      • tracing-bunyan-formatter ^0.3 normal
      • tracing-log ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • uuid ^1.2.2 normal
      • once_cell ^1 dev
    • Versions
    • 75.7% of the crate is documented
  • This release has been yanked, 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
logo

logo

Crate mpc_manager

  • Structs
  • Enums
  • Constants
  • Type Definitions
?
Change settings

List of all items

Structs

  • service::group_service::GroupCreateRequest
  • service::group_service::GroupCreateResponse
  • service::group_service::GroupJoinRequest
  • service::group_service::GroupJoinResponse
  • service::session_service::SessionCreateRequest
  • service::session_service::SessionCreateResponse
  • service::session_service::SessionCreatedNotification
  • service::session_service::SessionLoginRequest
  • service::session_service::SessionLoginResponse
  • service::session_service::SessionMessageNotification
  • service::session_service::SessionMessageRequest
  • service::session_service::SessionReadyNotification
  • service::session_service::SessionSignupRequest
  • service::session_service::SessionSignupResponse
  • state::group::Group
  • state::parameters::Parameters
  • state::session::Session

Enums

  • service::group_service::GroupMethod
  • service::notification::Notification
  • service::session_service::SessionEvent
  • service::session_service::SessionMethod
  • state::group::GroupError
  • state::parameters::ParametersError
  • state::session::SessionError
  • state::session::SessionKind

Type Definitions

  • state::ClientId
  • state::group::GroupId
  • state::session::SessionId
  • state::session::SessionPartyNumber
  • state::session::SessionValue

Constants

  • service::SUBROUTE_SEPARATOR
  • service::group_service::ROUTE_PREFIX
  • service::session_service::ROUTE_PREFIX