Derive macro SortBy and helper macros EnumAccessor and EnumSequence, deriving traits `Ord`, `PartialOrd`, `Eq`, `PartialEq` and `Hash` for structs and enums that can't automatically derive from those traits.
Cargo subcommand to sort derive attributes
ProcMacro used by Reqt
Macro to aquire `std::syn::RwLock` or `std::syn::Mutex` locks with consistent order to prevent deadlock
High-performance command-line toolkit for streaming, indexing, and transforming CSV datasets
A tool for sorting blocks of lines in code files
Compile-time checks that an enum, struct, or match is written in sorted order.
Validate that clap Subcommand enums are sorted alphabetically
A Lodash inspired utility library to manipulate array and object for Rust
A Notion API client that provides type-safe request serialization and response deserialization
A compact protobuf-like serializer and deserializer for the Rust Language.
An in-memory topological sort algorithm for trees based on Group Theory