ktkaufman03 / static-slicing
Utilities for enhanced slicing and indexing
☆30Updated last year
Alternatives and similar repositories for static-slicing:
Users that are interested in static-slicing are comparing it to the libraries listed below
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Imitate the documentation build that docs.rs would do☆45Updated 3 weeks ago
- An exploration of Storages☆36Updated last year
- structured parallel execution for async Rust☆33Updated 6 months ago
- cross-platform Rust API for memory mapped IO☆41Updated 9 months ago
- Completion futures for Rust☆19Updated 2 years ago
- ☆11Updated 3 years ago
- Rust API stability attributes for the rest of us.☆29Updated 7 months ago
- 🐱concat! with support for const variables and expressions☆39Updated 2 weeks ago
- Experimenting with Rust's fundamental data model☆50Updated 4 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- A Rust library for runtime-checked linearish types☆32Updated last year
- Library facilitating safe pinned initialization☆33Updated 2 weeks ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated 11 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated last month
- Async, lock-free synchronization primitives for task wakeup☆43Updated 5 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Convenience wrapper for cargo buildscript input/output☆14Updated 2 weeks ago
- Rust traits for key comparison in maps.☆24Updated 3 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆52Updated 4 months ago
- Serialization value trees☆43Updated 6 months ago
- Abstract over different executors☆73Updated last year
- The quickest way to override dependencies with Cargo☆58Updated this week
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆41Updated 5 months ago
- ☆35Updated this week
- Proc-macro utility to populate enums from database data☆20Updated 6 months ago
- Map data structure whose keys are stored as ranges☆81Updated last month
- Full precision decimal representation of f64☆25Updated this week
- Side by side split of async log files☆14Updated 2 years ago
- Make any value Sync but only available on its original thread