daniel5151 / inlinable-dyn-extension-traitsLinks
An exploration into the various ways optional trait methods can be implemented in Rust.
☆40Updated 3 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 week
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 6 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A newtype with alignment of at least `A` bytes☆32Updated 8 months ago
- Bare-metal allocators.☆75Updated 3 years ago
- A simple macro to create correct opaque pointers☆21Updated 4 years ago
- global allocator for Rust that provides hooks for tracking allocations☆49Updated 2 years ago
- ☆36Updated last year
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- ☆57Updated 3 years 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
- Moving code-gen out of `build.rs`☆18Updated 2 weeks ago
- 🗃 UTF-8 string, byte string, and C string interner☆29Updated last week
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated last month
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- Exhaustive iteration trait in Rust☆16Updated 2 weeks ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated last month
- #[no_std] print equivalent for Rust☆64Updated last week
- Unbuffered and unlocked I/O streams☆45Updated 7 months ago
- Token tree calling convention☆80Updated 2 years ago
- Constant-time dynamic memory allocator in Rust☆106Updated 4 months ago
- ☆31Updated 5 years ago
- A radioactive stabilization of the ptr_meta RFC.☆33Updated 3 weeks ago
- Read trait fixed to soundly work with uninitalized memory☆27Updated last year
- rust hints to the optimizer☆19Updated 4 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated 11 months ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago