kotauskas / thin_trait_objectLinks
One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.
☆43Updated 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
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated last month
- Timer facilities for Rust's async story☆56Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- A newtype with alignment of at least `A` bytes☆33Updated 3 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Abstract over different executors☆74Updated 2 years ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 9 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- Convert closures into wakers☆46Updated 11 months ago
- ☆56Updated 2 years ago
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 6 months ago
- A Rustified OpenCL Experience☆46Updated 2 years ago
- ☆24Updated 3 years ago
- A generic, fixed-size, associative cache☆40Updated last year
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Automatic cfg for Rust compiler features☆110Updated 6 months ago
- Collection of typed data structures, trait operators and aliases☆51Updated 5 years ago
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆46Updated 3 weeks ago
- Proc macro for smol async runtime☆54Updated 5 years ago