A Rust memory allocator for large slices that don't escape the stack.
☆31Jul 14, 2022Updated 3 years ago
Alternatives and similar repositories for second-stack
Users that are interested in second-stack are comparing it to the libraries listed below
Sorting:
- A simple Vec-like API over a struct of arrays layout for Rust☆13Aug 14, 2019Updated 6 years ago
- Bindings to TinyGL, a Small, Free and Fast Subset of OpenGL☆13Dec 1, 2022Updated 3 years ago
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆71Mar 11, 2026Updated last week
- Semantic error handling for rocket applications☆15Feb 26, 2019Updated 7 years ago
- Bindings to the brotli library featuring a low-overhead encoder and decoder, Writers and Readers for compression and decompression at cus…☆25Jan 27, 2024Updated 2 years ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Sep 14, 2021Updated 4 years ago
- Eventually consistent values for Rust☆125Jul 1, 2022Updated 3 years ago
- Async task switching for cooperative multitasking in single thread environments with no_std support.☆17Feb 9, 2022Updated 4 years ago
- A disjoint-sets/union-find implementation that allows for efficient iteration over the elements of a set.☆11Aug 8, 2023Updated 2 years ago
- Build your own hostingless server.☆35Jul 10, 2023Updated 2 years ago
- A procedural macro that generates chaining methods from non-chaining ones in an impl block.☆15Oct 30, 2018Updated 7 years ago
- A fast, extensible, command-line arguments parser☆18Mar 3, 2021Updated 5 years ago
- Wait for async tasks☆13Dec 22, 2022Updated 3 years ago
- Floating point types which can be safely shared between threads☆22Aug 31, 2024Updated last year
- A lightweight CSV viewer/editor☆17Jul 25, 2023Updated 2 years ago
- A stack-allocated box that stores trait objects.☆20Jul 20, 2021Updated 4 years ago
- ☆13Aug 29, 2022Updated 3 years ago
- Take a reference and get back a slice of length one☆26Apr 29, 2021Updated 4 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`☆31Mar 5, 2023Updated 3 years ago
- ☆110Apr 3, 2024Updated last year
- Functions for determining terminal sizes in Rust☆14Mar 11, 2026Updated last week
- std::Error in no_std environment.☆39Dec 26, 2020Updated 5 years ago
- A quadtree-like structure of arbitrary arity☆23Jan 10, 2018Updated 8 years ago
- Simple graphics engine capable of rendering wavefront .obj files☆26Nov 29, 2025Updated 3 months ago
- A compile time sized array of bits☆12Aug 15, 2021Updated 4 years ago
- rustupolis - Tuple Space for Rust.☆11Feb 28, 2026Updated 2 weeks ago
- An experimental serialization system written in Rust☆286Apr 6, 2023Updated 2 years ago
- Fast and compact sets of bytes or ASCII characters☆28Mar 13, 2021Updated 5 years ago
- A text processing CLI tool that rewrites FS paths according to a pattern.☆43Feb 14, 2026Updated last month
- An alternative to `qcell` and `ghost-cell` that instead uses const generics☆13Feb 7, 2023Updated 3 years ago
- A pushdown automaton low memory JSON bytes stream checker☆13Dec 24, 2021Updated 4 years ago
- A big integer library in Rust with good performance.☆106Nov 7, 2023Updated 2 years ago
- Create extensions for types you don't own with extension traits but without the boilerplate☆135Mar 29, 2023Updated 2 years ago
- A maintained fork of the app-dirs-rs project.☆37Sep 5, 2024Updated last year
- Learn what's changed on crates.io☆19Jan 5, 2026Updated 2 months ago
- A utility for analysing the structure of a cargo project.☆24Dec 28, 2022Updated 3 years ago
- Cast between trait objects using only safe Rust.☆17Dec 10, 2024Updated last year
- ☆27Mar 4, 2020Updated 6 years ago
- Print bytes as losslessly as possible.☆18Sep 6, 2025Updated 6 months ago