Xaeroxe / c-closures-rsLinks
Rust closures you can transfer over an FFI boundary
☆27Updated 4 years ago
Alternatives and similar repositories for c-closures-rs
Users that are interested in c-closures-rs are comparing it to the libraries listed below
Sorting:
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Concurrent hash trie☆57Updated 4 years ago
- ☆39Updated 2 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated 5 months ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 3 months ago
- ☆30Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Lending iterators on stable Rust☆83Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 6 months ago
- Rust library that provides helpers for testing resilience of I/O operations.☆33Updated 2 years ago
- ☆112Updated last year
- Helper macros: autoimpl, impl_scope☆67Updated last week
- Rust String type with configurable byte storage.☆35Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- Set theory applied on sorted and deduplicated slices.☆47Updated 2 years ago
- A memory efficient container for rust nested collections☆40Updated 3 years ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- ☆75Updated 2 weeks ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 8 months ago
- Traits and functions to make writing proc macros more ergonomic.☆22Updated 2 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- Trait synonyms for “Fn[…]”-trait bounds returning futures