graydon / bsLinks
Simple bitset with small-set (single-word) optimization
☆19Updated last year
Alternatives and similar repositories for bs
Users that are interested in bs are comparing it to the libraries listed below
Sorting:
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Count directory entries—`ls | wc -l` but faster☆29Updated last month
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- A low-level I/O ownership and borrowing library☆106Updated 5 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- Proc macro for smol async runtime☆54Updated 5 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated last week
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- A concise, self-describing binary format written in Rust for Serde☆68Updated last year
- Extension of nom to trace parser☆50Updated 11 months ago
- An experimental allocated buffer suitable for image data (Rust library).☆33Updated 3 weeks ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Non-owning unsafe I/O☆23Updated 5 months ago
- Find out what platform your code is running on from Rust☆33Updated 3 years ago
- Attribute proc-macro to delegate method to a field☆29Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated 2 years ago
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆16Updated 3 years ago
- structured parallel execution for async Rust☆37Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- A memory efficient syntax tree for language developers☆63Updated last month
- Anonymous enum and checked exception for Rust.☆23Updated 4 years ago
- Tiny little crate to determine how large an unnameable type is.☆12Updated 10 months ago
- Atomic operations on potentially uninitialized integers.☆27Updated 2 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated last month
- `smol` integrations with `hyper`☆17Updated 6 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago