kotauskas / thin_trait_object
One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.
☆42Updated 2 years ago
Alternatives and similar repositories for thin_trait_object:
Users that are interested in thin_trait_object are comparing it to the libraries listed below
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 2 months ago
- cross-platform Rust API for memory mapped IO☆41Updated 8 months ago
- A dynamic library helper for rust crates☆34Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆52Updated 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 6 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆75Updated this week
- Abstract over different executors☆73Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 3 months ago
- Lending iterators on stable Rust☆81Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆67Updated 2 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated 3 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 10 months ago
- Convert closures into wakers☆45Updated 2 months ago
- Helper macros: autoimpl, impl_scope☆59Updated 2 weeks ago
- Zig comptime using Rust proc macros☆41Updated 7 months ago
- Completion futures for Rust☆19Updated 2 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆34Updated 2 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last month
- Rust crate for making Read streams peekable.☆26Updated 3 years ago
- Mostly safe wrapper for alloca☆24Updated last year
- Threadsafe RefCell for Rust☆89Updated last year
- A more flexible version of the Rust `scoped-tls` library☆14Updated 3 months ago
- Faster integer division and modulus operations☆70Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- ☆36Updated last year
- Automatic cfg for Rust compiler features☆95Updated 3 months ago
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 2 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago