hurryabit / stack-safe-rsLinks
Experiments with idea from the blog post "Stack-safety for free?"
☆12Updated 3 years ago
Alternatives and similar repositories for stack-safe-rs
Users that are interested in stack-safe-rs are comparing it to the libraries listed below
Sorting:
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- A newtype with alignment of at least `A` bytes☆32Updated 3 months ago
- ☆31Updated 5 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 2 months ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 8 months ago
- Cross-platform, endian-aware primitives for Rust☆41Updated last month
- ☆34Updated 3 years ago
- Format strings in a safe platform-appropriate way☆21Updated 2 months ago
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆48Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- Some benchmarks for generational arenas in rust☆26Updated 10 months ago
- ☆40Updated last year
- We have Crater At Home☆34Updated 7 months ago
- A Vec-like collection which guarantees stable indices and features O(1) deletion of elements☆21Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- 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 2 years ago
- Macro for sealing traits and structures☆56Updated 6 months ago
- A Rust library for runtime-checked linearish types☆34Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 5 months ago
- Support for mutually disjoint impls☆21Updated 2 months ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- A radioactive stabilization of the ptr_meta RFC.☆27Updated last month
- A simple library to use Rust's type system to handle endianness.☆16Updated 7 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- 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