4 releases
| 0.0.3 | Jul 27, 2025 |
|---|---|
| 0.0.2 | Jul 27, 2025 |
| 0.0.1 | Jul 27, 2025 |
| 0.0.0 | Jul 27, 2025 |
#2379 in Rust patterns
Used in parallel-disk-usage
11KB
193 lines
Collection of utility methods and functions that take an owned array and return a sorted owned array.
Features:
alloc: Provides stable sorting functions and methods which require allocations. This feature is enabled by default.
into-sorted
Collection of utility methods and functions that take an owned array and return a sorted owned array.
APIs
See the documentation.