sarah-quinones / dynstackLinks
☆18Updated 7 months ago
Alternatives and similar repositories for dynstack
Users that are interested in dynstack are comparing it to the libraries listed below
Sorting:
- ☆36Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated last year
- A newtype with alignment of at least `A` bytes☆33Updated 6 months ago
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Updated 3 years ago
- Atomic operations on potentially uninitialized integers.☆21Updated last week
- ☆35Updated 3 years ago
- A safe-guarded transmute for Rust☆39Updated last year
- structured parallel execution for async Rust☆36Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 5 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆43Updated 2 weeks ago
- ☆47Updated 4 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 4 months ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- ☆24Updated 2 years ago
- Tiny little crate to determine how large an unnameable type is.☆12Updated 4 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- bytes::BufMut implementation to count buffer size☆22Updated 2 weeks ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated 2 weeks ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- Rust traits for nonzero generic integers☆16Updated 3 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- To futures-lite as futures-lite is to futures: smaller.