| Crates.io | cycle-sort |
| lib.rs | cycle-sort |
| version | 0.3.0 |
| created_at | 2018-02-23 15:45:34.1636+00 |
| updated_at | 2019-04-05 13:00:03.804533+00 |
| description | Simple generic Cycle sort implementation |
| homepage | |
| repository | https://github.com/stan3984/cycle-sort |
| max_upload_size | |
| id | 52534 |
| size | 9,881 |
Rust library for sorting slices using Cycle sort. The functions follow the same semantics as in the standard library. I built this to learn Rust.