Crates.io | fancy_sort |
lib.rs | fancy_sort |
version | 0.1.2 |
source | src |
created_at | 2023-06-20 10:30:18.934138 |
updated_at | 2023-06-20 10:45:59.323938 |
description | Implementations of different sorting algorithms in Rust! |
homepage | |
repository | https://github.com/BastianAsmussen/fancy_sort |
max_upload_size | |
id | 894912 |
size | 33,032 |
Implementations of different sorting algorithms in Rust!
fn main() {
let sorted = sorting::sort(&[0.0, 2.0, 5.0, 1.0], SortType::Quick);
}