Docs.rs
  • mpc-manager-0.1.1
    • mpc-manager 0.1.1
    • Permalink
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • aon
    • Dependencies
      • anyhow ^1 normal
      • axum ^0.6.2 normal optional
      • config ^0.13 normal optional
      • dotenv ^0.15.0 normal optional
      • futures-util ^0.3 normal optional
      • json-rpc2 ^0.11 normal optional
      • serde ^1 normal
      • serde-aux ^3 normal optional
      • serde_json ^1 normal
      • strum ^0.24 normal
      • thiserror ^1 normal
      • tokio ^1 normal optional
      • tokio-stream ^0.1 normal optional
      • tower ^0.4 normal optional
      • tower-http ^0.3 normal optional
      • tracing ^0.1 normal optional
      • tracing-bunyan-formatter ^0.3 normal optional
      • tracing-log ^0.1 normal optional
      • tracing-subscriber ^0.3 normal optional
      • uuid ^1.2.2 normal
      • once_cell ^1 dev
    • Versions
    • 75.7% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

mpc_manager0.1.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Type Aliases

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 Aliases

  • 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