The empty type Void.
☆71Apr 28, 2023Updated 2 years ago
Alternatives and similar repositories for rust-void
Users that are interested in rust-void are comparing it to the libraries listed below
Sorting:
- ☆19Nov 20, 2021Updated 4 years ago
- A structure for holding a set of enum variants☆19Mar 6, 2019Updated 6 years ago
- An ordered map and set based on a binary search tree.☆13Mar 31, 2015Updated 10 years ago
- A Raw utility for managing contiguous heap allocations☆10Jul 26, 2016Updated 9 years ago
- A reader-writer lock that can be used with a Condvar.☆29Jun 2, 2016Updated 9 years ago
- The repo of rust crate 'releasetag'. Releasetags can be extracted from application crash-files postmortem☆13May 1, 2019Updated 6 years ago
- Temporary directory management for Rust☆141Sep 3, 2019Updated 6 years ago
- ☆110Apr 3, 2024Updated last year
- Library for numeric prefixes, such as “Kilo” or “Giga” or “Kibi”.☆25Jul 20, 2021Updated 4 years ago
- ☆64Jul 11, 2017Updated 8 years ago
- Derive macro for generating arrays from struct fields.☆20Oct 6, 2022Updated 3 years ago
- The Twig templating engine for Rust (work in progress).☆18Oct 1, 2017Updated 8 years ago
- A symbolic evaluator for MIR☆20Jan 20, 2020Updated 6 years ago
- In support of measuring heap allocations in Rust programs.☆102Jun 4, 2019Updated 6 years ago
- A fast segmented stack allocator for Rust, supporting multiple objects of any type.☆11Sep 4, 2020Updated 5 years ago
- A type safe, low level replacement for `std::io`.☆62Jan 4, 2023Updated 3 years ago
- Ordered iterators☆10May 21, 2020Updated 5 years ago
- A small crate to provide space-efficient Option<_> replacements☆38Mar 10, 2025Updated 11 months ago
- A web service that generates images of dependency graphs for crates hosted on crates.io☆19Aug 6, 2017Updated 8 years ago
- Candidates for inclusion in the Rust standard library☆89Jan 21, 2023Updated 3 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust