Docs.rs
  • workflow-core-0.3.14
    • workflow-core 0.3.14
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • aspect
    • surinder83singh
    • Dependencies
      • borsh ^0.9.1 normal
      • cfg-if ^1.0.0 normal
      • wasm-bindgen ^0.2.84 normal
      • workflow-core-macros ^0.3.14 normal
      • tokio ^1.25.0 normal
      • async-channel ^1.8.0 normal
      • async-std ^1.12.0 normal
      • bs58 ^0.4.0 normal
      • futures ^0.3.26 normal
      • getrandom ^0.2.8 normal
      • instant ^0.1.12 normal
      • js-sys ^0.3.61 normal
      • rand ^0.8.5 normal
      • serde ^1.0.152 normal
      • serde-wasm-bindgen ^0.4.5 normal
      • thiserror ^1.0.38 normal
      • triggered ^0.1.2 normal
      • wasm-bindgen ^0.2.84 normal
      • workflow-async-trait ^0.1.68 normal
      • js-sys ^0.3.61 normal
      • wasm-bindgen-futures ^0.4.34 normal
    • Versions
    • 44.14% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate workflow_core

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Definitions
  • Attribute Macros
  • Derive Macros
?
Change settings

List of all items

Structs

  • channel::Channel
  • channel::ChannelIterator
  • channel::DuplexChannel
  • channel::Multiplexer
  • channel::Receiver
  • channel::RecvError
  • channel::SendError
  • channel::Sender
  • id::Id
  • lookup::LookupHandler
  • time::Duration
  • trigger::Listener
  • trigger::ReqRespTrigger
  • trigger::SingleTrigger
  • trigger::Trigger

Enums

  • channel::ChannelError
  • channel::TryRecvError
  • channel::TrySendError
  • enums::TryFromError
  • id::Error
  • lookup::RequestType
  • runtime::Runtime

Traits

  • enums::EnumTrait

Macros

  • cfg_if
  • enums::u16_try_from
  • enums::u32_try_from
  • enums::u8_try_from
  • enums::usize_try_from
  • seal
  • u16_try_from
  • u32_try_from
  • u8_try_from
  • usize_try_from

Attribute Macros

  • workflow_async_trait

Derive Macros

  • enums::Describe

Functions

  • channel::bounded
  • channel::oneshot
  • channel::unbounded
  • runtime::is_native
  • runtime::is_node
  • runtime::is_nw
  • runtime::is_solana
  • runtime::is_wasm
  • runtime::is_web
  • task::native::sleep
  • task::native::spawn
  • task::native::yield_executor
  • task::native::yield_now
  • task::wasm::sleep
  • task::wasm::spawn
  • task::wasm::yield_now
  • time::now
  • trigger::trigger
  • utils::buffer_as_slice
  • utils::buffer_as_slice_mut
  • utils::struct_as_slice_u8
  • utils::substr
  • utils::substring

Type Definitions

  • lookup::LookupResult
  • lookup::SenderList
  • time::Instant
  • time::SystemTime