generator-rs
Coroutine library
A Rust library that provides a stackful coroutine framework with generator support and basic concurrency features.
rust stackful generator library
314 stars
14 watching
39 forks
Language: Rust
last commit: about 1 month ago generatorruststackful-coroutinesyield
Related projects:
Repository | Description | Stars |
---|---|---|
xudong-huang/may | A high-performance library for stackful coroutines with support for asynchronous I/O and efficient scheduling. | 1,970 |
rustcc/coroutine-rs | Provides an implementation of cooperative multitasking in Rust | 412 |
quuxplusone/coro | A single-header library providing facilities for C++2a Coroutines | 80 |
gridbugs/wfc | A collection of Rust libraries implementing a procedural generation algorithm. | 148 |
gurugio/rust-for-linux | Adding support for the Rust language to the Linux kernel | 6 |
sean1708/rusty-cheddar | Automatically generates C header files from Rust source code | 191 |
zhiburt/tabled | A library for generating readable and formatted tables from Rust data structures | 2,049 |
xmc-rs/xmc4400 | Generates Rust peripheral access code from SVD files used in embedded systems. | 1 |
xuri/xgen | A tool that generates code from XML schema definitions. | 340 |
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
takagi/cl-coroutine | A coroutine library for Common Lisp that enables efficient and lightweight cooperative multitasking. | 65 |
mitchmindtree/elmesque | A Rust port of Elm's graphics modules for functional 2D graphics and UI design. | 145 |
danielpclark/rutie | An integration library between Ruby and Rust. | 966 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,679 |
rsepassi/zigcoro | A Zig coroutine library providing stackful asymmetric coroutines and async IO functionality | 169 |