generator-rs
Coroutine library
A Rust library that provides a stackful coroutine framework with generator support and basic concurrency features.
rust stackful generator library
310 stars
14 watching
41 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,959 |
rustcc/coroutine-rs | Provides an implementation of cooperative multitasking in Rust | 414 |
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. | 146 |
gurugio/rust-for-linux | Adding support for the Rust language to the Linux kernel | 5 |
sean1708/rusty-cheddar | Automatically generates C header files from Rust source code | 191 |
zhiburt/tabled | A library for generating pretty-printed tables of Rust data structures | 2,026 |
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. | 338 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
takagi/cl-coroutine | A coroutine library for Common Lisp that enables efficient and lightweight cooperative multitasking. | 64 |
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. | 961 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,667 |
rsepassi/zigcoro | A Zig coroutine library providing stackful asymmetric coroutines and async IO functionality | 160 |