Docs.rs
  • lib-wc-0.2.0
    • lib-wc 0.2.0
    • Permalink
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • wcygan
    • Dependencies
      • anyhow ^1.0.69 normal
      • atomic-wait ^1.0.1 normal
      • bincode ^1.3.3 normal
      • crossbeam ^0.8.2 normal
      • crossbeam-epoch ^0.9.13 normal
      • dashmap ^5.4.0 normal
      • futures ^0.3.26 normal
      • log ^0.4.17 normal
      • rand ^0.8.5 normal
      • rayon ^1.6.1 normal
      • serde ^1.0.150 normal
      • serde_derive ^1.0.150 normal
      • tokio ^1.25.0 normal
      • criterion ^0.4.0 dev
      • quickcheck ^1 dev
      • quickcheck_macros ^1 dev
      • rand_chacha ^0.3.1 dev
      • rand_core ^0.6.4 dev
      • regex ^1.7.1 dev
    • Versions
    • 100% 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
logo

logo

Crate lib_wc

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Definitions
?
Change settings

List of all items

Structs

  • executors::BasicThreadPool
  • executors::RayonThreadPool
  • sorting::BubbleSort
  • sorting::InsertionSort
  • sorting::QuickSort
  • sync::Condvar
  • sync::Mutex
  • sync::NaiveMutex
  • sync::RwLock
  • sync::Semaphore
  • sync::SpinLock
  • sync::ds::BasicSharedMap
  • sync::mpmc::Channel
  • sync::oneshot::Channel
  • sync::oneshot::Receiver
  • sync::oneshot::Sender

Enums

  • executors::ThreadPoolError

Traits

  • executors::ThreadPool
  • sorting::Sort

Functions

  • executors::available_parallelism
  • sorting::is_sorted

Type Definitions

  • executors::Result