daniel5151 / inlinable-dyn-extension-traitsLinks
An exploration into the various ways optional trait methods can be implemented in Rust.
☆42Updated 5 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 2 months ago
- ☆56Updated 3 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 9 months ago
- A simple macro to create correct opaque pointers☆21Updated 4 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- A radioactive stabilization of the ptr_meta RFC.☆38Updated 3 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- A newtype with alignment of at least `A` bytes☆32Updated 2 weeks ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- ☆36Updated last year
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Bare-metal allocators.☆76Updated 3 years ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- Unbuffered and unlocked I/O streams☆45Updated 9 months ago
- Read trait fixed to soundly work with uninitalized memory☆28Updated 2 years ago
- global allocator for Rust that provides hooks for tracking allocations☆51Updated 2 years ago
- Exhaustive iteration trait in Rust☆18Updated 2 weeks ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 3 weeks ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated 2 weeks ago
- Token tree calling convention☆82Updated 3 years ago
- #[no_std] print equivalent for Rust☆65Updated 3 weeks ago
- Cross-platform, endian-aware primitives for Rust☆44Updated 3 months ago
- A sinless derive helper☆76Updated 2 weeks ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- 🗃 UTF-8 string, byte string, and C string interner☆30Updated last week
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 8 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 3 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆43Updated 3 weeks ago