hurryabit / stack-safe-rsLinks
Experiments with idea from the blog post "Stack-safety for free?"
☆12Updated 4 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:
- Iterator of const known length☆18Updated last year
- ☆55Updated 5 months ago
- Typed index version of Rust slice and Vec containers☆75Updated 3 weeks ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Arena allocator with scopes☆44Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 4 months ago
- Rust crate that provides a convenient macro to quickly plot variables.☆91Updated 3 years ago
- Faster integer division and modulus operations☆88Updated 7 months ago
- ☆31Updated 5 years ago
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 8 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 5 months ago
- We have Crater At Home☆37Updated last year
- Rustyline, but with async support☆50Updated 6 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 7 months ago
- Fast, FFI-friendly string interning for Rust☆180Updated last year
- Implementation of triple buffering in Rust☆105Updated 2 months ago
- VF2 subgraph isomorphism algorithm in Rust.☆67Updated 11 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.☆43Updated 4 years ago
- A pure-Rust, no_std compatible PNG decoder☆45Updated 4 months ago
- ☆64Updated last month
- A wrapper type for cross-type numeric comparisons.☆27Updated 3 years ago
- Safe pointer-to-member functionality for rust☆34Updated last year
- Extract bits from a byte slice☆81Updated 4 months ago
- Read trait fixed to soundly work with uninitalized memory☆28Updated 2 years ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187Updated 4 years ago
- Rustdoc's JSON output interface☆38Updated last month
- Run Rust tests in isolated subprocesses☆41Updated 4 months ago
- An attribute to create an atomic wrapper around a C-style enum☆48Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year