daniel5151 / inlinable-dyn-extension-traitsLinks
An exploration into the various ways optional trait methods can be implemented in Rust.
☆42Updated 4 months ago
Alternatives and similar repositories for inlinable-dyn-extension-traits
Users that are interested in inlinable-dyn-extension-traits are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- A simple macro to create correct opaque pointers☆21Updated 4 years ago
- A newtype with alignment of at least `A` bytes☆32Updated 9 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 8 months ago
- ☆57Updated 3 years ago
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- ☆36Updated last year
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- Exhaustive iteration trait in Rust☆17Updated last month
- A radioactive stabilization of the ptr_meta RFC.☆34Updated 2 months ago
- Bare-metal allocators.☆76Updated 3 years ago
- global allocator for Rust that provides hooks for tracking allocations☆50Updated 2 years ago
- Arbitrary width integers☆22Updated 4 months ago
- ☆31Updated 5 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 weeks ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 3 months ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- A Rustified OpenCL Experience☆46Updated 2 years ago
- Read trait fixed to soundly work with uninitalized memory☆27Updated 2 years ago
- #[no_std] print equivalent for Rust☆65Updated last month
- Faster integer division and modulus operations☆87Updated 5 months ago
- Threadsafe RefCell for Rust☆97Updated 8 months ago
- Cross-platform, endian-aware primitives for Rust☆42Updated 2 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆52Updated last month
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 3 years ago