Registry / utility / sort-rust

sort-rust

JSON →
library0.2.0rscratesunverified

Sorting algorithms implemented in Rust.

# Cargo.toml [dependencies] sort_rust = "0.2.0"
INSTALL
IMPORT
SIG · SORT-RUST
S
sort-rust
utilityrustv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sort
use sort_rust::sort;

Sorts a mutable slice using a default algorithm.

use sort_rust::sort; fn main() { let mut arr = vec![3, 1, 2]; sort(&mut arr); println!("Sorted: {:?}", arr); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
sort-rust — cargo add sort-rust · libregistry