daniel5151 / inlinable-dyn-extension-traitsLinks
An exploration into the various ways optional trait methods can be implemented in Rust.
☆38Updated last month
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☆58Updated last month
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 4 months ago
- A newtype with alignment of at least `A` bytes☆33Updated 6 months ago
- Self-referencial structs using the async/await transformation☆44Updated 4 years ago
- ☆36Updated last year
- A simple macro to create correct opaque pointers☆22Updated 4 years ago
- 🗃 UTF-8 string, byte string, and C string interner☆29Updated last week
- A single-threaded executor for deferred async code for games.☆57Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 weeks ago
- A simple library to use Rust's type system to handle endianness.☆16Updated 9 months ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- Moving code-gen out of `build.rs`☆18Updated 2 weeks ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- Exhaustive iteration trait in Rust☆16Updated last week
- A radioactive stabilization of the ptr_meta RFC.☆30Updated 3 months ago
- Cargo dephell analyzes the third-party dependencies of a Rust workspace☆48Updated 2 years ago
- #[no_std] print equivalent for Rust☆64Updated 2 months ago
- Bare-metal allocators.☆75Updated 2 years ago
- Easy and safe destructuring for more types.☆32Updated 3 weeks ago
- Code coverage support for Rust `no_std` and embedded programs☆58Updated 9 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Cross-platform, endian-aware primitives for Rust☆41Updated 3 months ago
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- std::Error in no_std environment.☆39Updated 4 years ago
- ☆57Updated 3 years ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Twinsies is a specialized reference-counting pointer where the item is jointly owned in 2 places☆27Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated 2 weeks ago
- Higher level LLDB bindings for Rust built on lldb-sys.☆61Updated 6 months ago