A fast and safe implementation of stackful coroutines in Rust
☆354Feb 26, 2026Updated this week
Alternatives and similar repositories for corosensei
Users that are interested in corosensei are comparing it to the libraries listed below
Sorting:
- Obsessively tiny error derive macro☆86Feb 1, 2025Updated last year
- Deadlock free mutexes☆177Mar 30, 2025Updated 11 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆467Sep 13, 2025Updated 5 months ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆348Aug 23, 2025Updated 6 months ago
- in-place allocation-reusing queues for Rust☆394Jun 6, 2024Updated last year
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 3 months ago
- Arena allocator with scopes☆44May 7, 2023Updated 2 years ago
- Heap profiling and ad hoc profiling for Rust programs.☆938Feb 20, 2025Updated last year
- A fast bump allocation arena for Rust☆2,117Updated this week
- Portable interface to epoll, kqueue, event ports, and wepoll☆713Feb 7, 2026Updated 3 weeks ago
- Experiments with structured concurrency in Rust☆413Jul 24, 2024Updated last year
- A minimal `syn` syntax tree pretty-printer☆743Feb 9, 2026Updated 3 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆80Dec 11, 2025Updated 2 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆224Feb 25, 2026Updated last week
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- ☆114Nov 27, 2023Updated 2 years ago
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated 2 weeks ago
- A minimal async executor that lets you block on a future☆658Nov 19, 2025Updated 3 months ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,305Jan 7, 2026Updated last month
- Safe cross-platform linker shenanigans☆836Feb 19, 2026Updated 2 weeks ago
- Generic Atomic<T> type for Rust☆246Sep 16, 2025Updated 5 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆500Jan 28, 2024Updated 2 years ago
- Incremental garbage collection from safe Rust☆817Feb 9, 2026Updated 3 weeks ago
- A Stable ABI for Rust with compact sum-types☆410Feb 23, 2026Updated last week
- Minimalist Rust syntax parsing for procedural macros☆66May 30, 2024Updated last year
- A concise, self-describing binary format written in Rust for Serde☆68Aug 18, 2024Updated last year
- Compile-time reference counting☆456May 18, 2025Updated 9 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆816Dec 24, 2025Updated 2 months ago
- A fast and ergonomic concurrent hashmap for read-heavy workloads.☆884Aug 6, 2025Updated 6 months ago
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated 2 weeks ago
- rust stackful generator library☆361Dec 17, 2025Updated 2 months ago
- Program startup and thread support written in Rust☆207Feb 18, 2026Updated 2 weeks ago
- Zero-copy deserialization framework for Rust☆4,053Updated this week
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Feb 10, 2022Updated 4 years ago
- cross-platform Rust API for memory mapped IO☆42May 4, 2024Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆181Aug 11, 2025Updated 6 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆57Feb 9, 2026Updated 3 weeks ago
- Cargo subcommand for optimizing Rust binaries/libraries with PGO and BOLT.☆747Jan 25, 2026Updated last month