Docs.rs
lib-wc-0.1.13
lib-wc 0.1.13
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
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
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
☰
Module sorting
Structs
Traits
Functions
?
Module
lib_wc
::
sorting
source
·
[
−
]
Expand description
Implementations of sorting algorithms
Structs
BubbleSort
InsertionSort
QuickSort
Traits
Sort
Types that implement this trait can sort slices of data
Functions
is_sorted
Checks if a slice of data is sorted