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
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆30Updated 2 years ago
- 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 tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆78Updated 3 months ago
- Convert closures into wakers☆45Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- Completion futures for Rust☆19Updated 2 years ago
- Abstract over different executors☆73Updated last year
- Timer facilities for Rust's async story☆56Updated 6 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆54Updated 6 months ago
- Cross-platform, endian-aware primitives for Rust☆36Updated 6 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated last month
- ☆39Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 5 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Pretty-print file sizes and more☆44Updated 2 weeks ago
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- Use winit like the async runtime you've always wanted☆50Updated 10 months ago
- Talk to Cargo easily at build time☆17Updated last year
- A concise, self-describing binary format written in Rust for Serde☆65Updated 7 months ago
- Automatic cfg for Rust compiler features☆96Updated 6 months ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- ☆24Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- ☆31Updated 5 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- A generic, fixed-size, associative cache☆40Updated 5 months ago