Skip to content

Release 0.3.1

Latest

Choose a tag to compare

@Aloso Aloso released this 29 Aug 23:33
· 3 commits to main since this release

This small release adds no_std support. There's a std feature that is required for comparing and sorting file paths. This feature is enabled by default, so you need to disable default features to compile without the standard library:

# Cargo.toml

[dependencies]
lexical-sort = { version = "0.3.1", default-features = false }