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.
☆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
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated 2 weeks ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 3 months ago
- Automatic cfg for Rust compiler features☆102Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Unbuffered and unlocked I/O streams☆45Updated 4 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 3 weeks ago
- Timer facilities for Rust's async story☆56Updated 10 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆42Updated 3 weeks ago
- Full precision decimal representation of f64☆26Updated 2 months ago
- ☆56Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A low-level I/O ownership and borrowing library☆103Updated 7 months ago
- Lending iterators on stable Rust☆83Updated last year
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Find out what platform your code is running on from Rust☆33Updated 3 years ago
- Rust library for safely and explicitly parsing untrusted data☆52Updated last year
- A Rust crate for formatting strings dynamically☆32Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Convert closures into wakers☆45Updated 6 months ago
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- Abstract over different executors☆74Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated 4 months ago
- A dynamic library helper for rust crates☆35Updated 2 years ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- Macro for sealing traits and structures☆58Updated 7 months ago
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆38Updated 8 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆87Updated 3 weeks ago