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 3 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
- Data structures like Rust `alloc` which reuse user allocated memory☆56Updated 7 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Convert closures into wakers☆45Updated 3 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- ☆39Updated last year
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated last month
- A primitive for writing structural search and replace programs for rust☆31Updated 9 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- A generic, fixed-size, associative cache☆40Updated 5 months ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- Cross-platform, endian-aware primitives for Rust☆36Updated last week
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 5 months ago
- Abstract over different executors☆73Updated last year
- Automatic cfg for Rust compiler features☆96Updated 7 months ago
- Timer facilities for Rust's async story☆56Updated 7 months ago
- ☆56Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- Simple goldenfile testing in Rust.☆39Updated 2 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated this week
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- ☆29Updated last year
- Completion futures for Rust☆19Updated 2 years ago
- A more flexible version of the Rust `scoped-tls` library☆18Updated 7 months ago
- Mostly safe wrapper for alloca☆25Updated last year
- A global executor built on top of async-executor and smol☆74Updated last month
- Lending iterators on stable Rust☆82Updated last year
- Rust API stability attributes for the rest of us.☆29Updated 10 months ago