numeric-sort 0.1.0

A zero-allocation, human-readable sorting library.
Documentation

numeric-sort

A zero-allocation, human-readable sorting library.

The primary functions of interest are [sort] and [cmp].

no-std

numeric-sort is compatible with no-std projects by passing default-features = false to the dependency.

[dependencies]
numeric-sort = { version = "...", default-features = false }