rsalmei / refineLinks
Refine your file collections using Rust!
☆13Updated last week
Alternatives and similar repositories for refine
Users that are interested in refine are comparing it to the libraries listed below
Sorting:
- Proc-macro utility to populate enums from database data☆20Updated 10 months ago
- Generate beautiful human representations of bytes, durations, and even throughputs!☆40Updated 9 months ago
- Full precision decimal representation of f64☆26Updated last month
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Helps you frob those bits☆38Updated 10 months ago
- Toy filesystem with support for zero-cost snapshots and clones☆39Updated last year
- Rust data types and a macro for generating enumeration-based bit flags☆47Updated 2 months ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 3 years ago
- Rust crate for making Read streams peekable.☆26Updated 3 years ago
- A Rust Vector which swaps to disk based on given parameters☆44Updated last year
- Rust library for making easy parallel pipelines with Iterators.☆31Updated 5 years ago
- Stalloc is a fast first-fit memory allocator that you can use to quickly speed up your Rust programs.☆31Updated last month
- Asynchronize blocking operation.☆26Updated 3 years ago
- Static Linear Algebra System☆36Updated last year
- Fast new algorithms for finding the medians, implemented in Rust☆12Updated last year
- Load and resolve Cargo configuration.☆14Updated last week
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.