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 last week
- Abstract over different executors☆74Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 7 months ago
- Defer dropping large structs to a background thread☆66Updated 2 years ago
- Helper macros: autoimpl, impl_scope☆68Updated 3 weeks ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 6 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- A primitive for writing structural search and replace programs for rust☆32Updated last month
- ☆24Updated 2 years ago
- Arena allocator with scopes☆44Updated 2 years ago
- Full precision decimal representation of f64☆26Updated last month
- Exeprimental visual terminal for egui☆87Updated 2 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated last month
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Macro for sealing traits and structures☆59Updated 10 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆90Updated 3 months ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- ☆62Updated last month
- Proc macro for smol async runtime☆54Updated 4 years ago
- Find out what platform your code is running on from Rust☆32Updated 3 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Automatic cfg for Rust compiler features☆104Updated 4 months ago
- Convert closures into wakers☆46Updated 9 months ago
- A memory efficient container for rust nested collections☆42Updated 3 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆85Updated 2 months ago