Docs.rs
sorting_rs-1.2.10
sorting_rs 1.2.10
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
flakusha
Dependencies
criterion ^0.3
dev
rand ^0.7.3
dev
Versions
39.58%
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
sorting_
rs
1.2.10
Module gnome_
sort
Module Items
Functions
In crate sorting_
rs
sorting_rs
Module
gnome_sort
Copy item path
Source
Functions
ยง
gnome_
sort
Sorts a slice in-place using
Gnome sort
. All kinds of slices can be sorted as long as they implement
PartialOrd
.
gnome_
up_
sort