Docs.rs
  • karyon_core-0.3.5
    • karyon_core 0.3.5
    • Permalink
    • Docs.rs crate page
    • GPL-3.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • hozan23
    • Dependencies
      • async-channel ^2.3 normal
      • async-process ^2.3 normal optional
      • bincode ^2.0 normal
      • chrono ^0.4 normal
      • dirs ^6.0 normal
      • ed25519-dalek ^2.1 normal optional
      • futures-util ^0.3 normal
      • log ^0.4 normal
      • once_cell ^1.21 normal
      • parking_lot ^0.12 normal
      • pin-project-lite ^0.2 normal
      • rand ^0.8 normal
      • smol ^2.0 normal optional
      • thiserror ^2.0 normal
      • tokio ^1.45 normal optional
    • Versions
    • 58.75% 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

karyon_core0.3.5

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • async_runtime::Executor
  • async_runtime::Task
  • async_runtime::io::ReadHalf
  • async_runtime::io::WriteHalf
  • async_runtime::lock::Mutex
  • async_runtime::lock::MutexGuard
  • async_runtime::lock::OnceCell
  • async_runtime::lock::RwLock
  • async_runtime::net::SocketAddr
  • async_runtime::net::TcpListener
  • async_runtime::net::TcpStream
  • async_runtime::net::UdpSocket
  • async_runtime::net::UnixListener
  • async_runtime::net::UnixSocketAddr
  • async_runtime::net::UnixStream
  • async_util::Backoff
  • async_util::CondVar
  • async_util::CondWait
  • async_util::TaskGroup
  • event::Event
  • event::EventEmitter
  • event::EventListener
  • pubsub::Publisher
  • pubsub::Subscription

Enums

  • async_util::Either
  • async_util::TaskResult
  • error::Error

Traits

  • async_runtime::io::AsyncRead
  • async_runtime::io::AsyncReadExt
  • async_runtime::io::AsyncWrite
  • async_runtime::io::AsyncWriteExt
  • event::EventValue
  • event::EventValueAny
  • event::EventValueTopic

Functions

  • async_runtime::global_executor
  • async_runtime::io::split
  • async_runtime::spawn
  • async_util::select
  • async_util::sleep
  • async_util::timeout
  • util::decode
  • util::encode
  • util::encode_into_slice
  • util::home_dir
  • util::random_16
  • util::random_32
  • util::random_64
  • util::tilde_expand

Type Aliases

  • error::Result
  • event::EventListenerID
  • pubsub::SubscriptionID