coroutine-rs

Coroutine library

Provides an implementation of cooperative multitasking in Rust

Coroutine Library in Rust

GitHub

412 stars
27 watching
43 forks
Language: Rust
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
xudong-huang/generator-rs A Rust library that provides a stackful coroutine framework with generator support and basic concurrency features. 314
xudong-huang/may A high-performance library for stackful coroutines with support for asynchronous I/O and efficient scheduling. 1,970
rust-lang/cc-rs Provides build scripts to compile C/C++ code into a Rust library 1,885
takagi/cl-coroutine A coroutine library for Common Lisp that enables efficient and lightweight cooperative multitasking. 65
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
sharow/libconcurrent A lightweight, low-overhead concurrency library 360
rust-lang/rustc-dev-guide An online guide to understanding the Rust compiler's inner workings and contributing to it 1,679
xmc-rs/xmc4700 A Rust library providing peripheral access to the XMC4700 microcontroller series 3
quuxplusone/coro A single-header library providing facilities for C++2a Coroutines 80
zonyitoo/coio-rs Provides a framework for writing asynchronous programs with efficient coroutine scheduling and I/O handling 455
sorairolake/scryptenc-rs A Rust library and tool implementing a secure data encryption format based on the scrypt algorithm 1
xmc-rs/xmc4800 A Rust library for interfacing with the XMC4800 microcontroller peripheral interface 3
deltaphc/raylib-rs Rust bindings for the raylib game development library 800
rsepassi/zigcoro A Zig coroutine library providing stackful asymmetric coroutines and async IO functionality 169
mpusz/coroutines A library for writing concurrent code using cooperative multitasking 0