DDOtten / partitions
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:
- Helps you frob those bits☆37Updated 9 months ago
- "Valgrind Client Request" interface for Rust programs☆17Updated 4 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- Annotation to easily define ad-hoc / one-shot extension traits☆12Updated 10 months ago
- Lossless functionality for platform-native strings.☆71Updated 2 months ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Tool to inline module contents into syn::File instances☆12Updated 2 years ago
- Mathematical expression calculator with big integers, floats, common fractions, and complex numbers support☆28Updated 3 years ago
- Polynomial fitting of data. This aims to be the Numpy equivalent for numpy.polyfit()☆11Updated 2 years ago
- Unicode caseless matching☆23Updated 4 months ago
- Rust crate for computing Adler-32 checksums☆11Updated 4 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- A C expression parser and evaluator☆46Updated 2 years ago
- Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`).☆12Updated last year
- Types to define keyboard related events☆64Updated last week
- Low effort scraping Python's pickle format in Rust. It is to complete pickle parsing as BeautifulSoup was to complete HTML parsing.☆25Updated 11 months ago
- This crate provides `lazy_static_include_bytes` and `lazy_static_include_str` macros to replace `include_bytes` and `include_str` macros.☆12Updated last year
- A Rust library crate providing an easy FFT API for arrays and slices☆35Updated 8 months ago
- A newtype with alignment of at least `A` bytes☆32Updated 3 months ago
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- Generic Range iterators for Rust☆25Updated last year
- Talk to Cargo easily at build time☆17Updated last year
- A cargo sub-command for publishing Rust crates to the WebAssembly Package Manager.☆8Updated 2 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
- ☆35Updated 3 months ago
- Provides filesystem access for the Rhai scripting language.☆10Updated last year
- Sort Unicode strings lexicographically☆36Updated 9 months ago
- Parse zoneinfo files from the IANA database☆8Updated last year
- Easy enum wrapper that implements all traits that the wrapped objects implement☆15Updated 4 years ago
- .npy and .npz file format support for ndarray☆62Updated 8 months ago