daniel5151 / inlinable-dyn-extension-traitsLinks
An exploration into the various ways optional trait methods can be implemented in Rust.
☆38Updated 3 weeks 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☆58Updated 2 weeks ago
- A newtype with alignment of at least `A` bytes☆32Updated 5 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 4 months ago
- ☆36Updated 11 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A simple macro to create correct opaque pointers☆22Updated 4 years ago
- Moving code-gen out of `build.rs`☆18Updated last month
- 🗃 UTF-8 string, byte string, and C string interner☆29Updated this week
- Easy and safe destructuring for more types.☆32Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Self-referencial structs using the async/await transformation☆44Updated 4 years ago
- A radioactive stabilization of the ptr_meta RFC.☆29Updated 3 months ago
- A single-threaded executor for deferred async code for games.☆57Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated 4 months ago
- global allocator for Rust that provides hooks for tracking allocations☆49Updated 2 years ago
- Exhaustive iteration trait in Rust☆16Updated last month
- std::Error in no_std environment.☆39Updated 4 years ago
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- Cargo dephell analyzes the third-party dependencies of a Rust workspace☆48Updated 2 years ago
- String formatting utilities that return impl Display and are 100% no_std compatible☆39Updated 4 years ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 9 months ago
- Bare-metal allocators.☆76Updated 2 years ago
- Token tree calling convention☆80Updated 2 years ago
- ☆56Updated 2 years ago
- ☆18Updated 3 years ago
- A simple library to use Rust's type system to handle endianness.☆16Updated 9 months ago
- Unbuffered and unlocked I/O streams☆45Updated 4 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.☆42Updated 3 years ago
- myrrlyn’s wyzyrdly library☆25Updated last year