DDOtten / partitionsLinks
A disjoint-sets/union-find implementation that allows for efficient iteration over the elements of a set.
☆10Updated last year
Alternatives and similar repositories for partitions
Users that are interested in partitions are comparing it to the libraries listed below
Sorting:
- Lossless functionality for platform-native strings.☆71Updated last week
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Helps you frob those bits☆38Updated 10 months ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A diff-based data management language to implement unlimited undo, auto-save for games, and cloud-apps which needs to retain every change…☆24Updated 3 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- A shell-inspired escape+unescape library for strings☆37Updated 2 years ago
- Provides filesystem access for the Rhai scripting language.☆10Updated last year
- ☆11Updated 11 months ago
- Macro for sealing traits and structures☆56Updated 6 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 11 months ago
- Benchmarking different Rust generator libraries in a real world use case.☆24Updated last year
- Rust traits for key comparison in maps.☆30Updated 4 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆55Updated 4 months ago
- "Valgrind Client Request" interface for Rust programs☆17Updated 5 months ago
- A fast Rust line reader☆23Updated 5 years ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆43Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆38Updated 9 months ago
- Attribute proc-macro to delegate method to a field☆29Updated last year
- A Rust library crate providing an easy FFT API for arrays and slices☆35Updated last month
- LZW en- and decoding that goes weeeee!☆28Updated last month
- Tool to inline module contents into syn::File instances☆12Updated 2 years ago
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Updated 3 years ago
- Rust crate for computing Adler-32 checksums☆11Updated 4 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Hex Display: A modern xxd alternative.☆43Updated 3 months ago
- Solve hard constraints easily with Rust.☆15Updated 2 years ago
- O(n) multi-insert and -remove for Rust vectors☆10Updated 4 years ago