Docs.rs
  • misty-vm-0.1.6
    • misty-vm 0.1.6
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • hpp2334
    • Dependencies
      • futures ^0.3.30 normal
      • misty-vm-macro ^0.1.3 normal
      • once_cell ^1.18.0 normal
      • serde ^1.0 normal
      • thread_local ^1.1.7 normal
      • tracing ^0.1 normal
    • Versions
    • 0% 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

misty_vm0.1.6

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases
  • Derive Macros

List of all items

Structs

  • async_task::MistyAsyncTaskContext
  • async_task::MistyClientAsyncHandleGuard
  • client::MistyClientAccessor
  • client::MistyClientHandle
  • client::MistyClientId
  • client::MistyReadonlyClientHandle
  • client::MistyReadonlyClientHandlePod
  • client::SingletonMistyClientPod
  • controllers::ControllerRet
  • controllers::MistyControllerContext
  • resources::MistyResourceHandle
  • resources::MistyResourceId
  • resources::MistyResourceManager
  • services::MistyServiceManager
  • services::MistyServiceManagerBuilder
  • signals::SignalEmitter
  • states::MistyStateId
  • states::MistyStateManager
  • states::States
  • views::BoxedView
  • views::MistyViewModelManager
  • views::MistyViewModelManagerBuilder

Enums

  • resources::ResourceUpdateAction
  • services::ServiceImplPtr
  • signals::MistySignal

Traits

  • async_task::IAsyncTaskRuntimeAdapter
  • async_task::MistyAsyncTaskTrait
  • client::AsMistyClientHandle
  • client::AsReadonlyMistyClientHandle
  • controllers::MistyController
  • services::MistyServiceTrait
  • states::MistyStateTrait
  • states::RefMistyStates
  • views::MistyViewModel

Macros

  • misty_service
  • misty_states

Derive Macros

  • MistyAsyncTask
  • MistyState

Type Aliases

  • BoxFuture
  • LocalBoxFuture