playXE / alloca-rsLinks
Mostly safe wrapper for alloca
☆27Updated last year
Alternatives and similar repositories for alloca-rs
Users that are interested in alloca-rs are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- ☆51Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 3 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆56Updated 4 months ago
- Macro assembler for Rust☆36Updated last year
- Bare-metal allocators.☆76Updated 2 years ago
- Exhaustive iteration trait in Rust☆16Updated last week
- Arena allocator with scopes☆44Updated 2 years ago
- Threadsafe RefCell for Rust☆93Updated 3 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆80Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- A wrapper type for cross-type numeric comparisons.☆27Updated 2 years ago
- Macro for sealing traits and structures☆57Updated 7 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated this week
- impl fallible collections in rust, quite as describe in RFC 2116☆38Updated 8 months ago
- ☆36Updated 11 months ago
- A generic, fixed-size, associative cache☆40Updated 8 months ago
- Defer running expensive destructors until later☆19Updated 2 years ago
- ☆40Updated last year
- Const TypeId and non-'static TypeId☆66Updated last month
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆38Updated 9 months ago
- A Rustified OpenCL Experience☆46Updated 2 years ago
- A Rust library for runtime-checked linearish types☆34Updated last year
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago