An open API service indexing awesome lists of open source software.

https://github.com/refcell/rustbox

Rust Primitives, Learnings, & Frameworks
https://github.com/refcell/rustbox

cargo foundry rust

Last synced: 11 months ago
JSON representation

Rust Primitives, Learnings, & Frameworks

Awesome Lists containing this project

README

          

# rustbox • [![tests](https://github.com/abigger87/rustbox/actions/workflows/tests.yaml/badge.svg)](https://github.com/abigger87/rustbox/actions/workflows/tests.yaml) [![lints](https://github.com/abigger87/rustbox/actions/workflows/lints.yaml/badge.svg)](https://github.com/abigger87/rustbox/actions/workflows/lints.yaml) ![GitHub](https://img.shields.io/github/license/abigger87/rustbox) ![Crates.io](https://img.shields.io/crates/v/rustbox)

A Collection of Rust Primitives, Learnings, and Frameworks

## Crates

Green Threads implemented in Rust following [this guide.](https://cfsamson.gitbook.io/green-threads-explained-in-200-lines-of-rust/)

Asynchronous primitives impletemented in the `asyncly` crate follow [this guide.](https://cfsamson-1.gitbook.io/async-basics-explained-with-rust/)

A [Reactor-Executor Pattern](https://tianpan.co/blog/2015-01-13-understanding-reactor-pattern-for-highly-scalable-i-o-bound-web-server) implementation as detailed in [this post](https://cfsamsonbooks.gitbook.io/epoll-kqueue-iocp-explained/appendix-1/reactor-executor-pattern).

## License

[THE UNLICENSE](https://github.com/abigger87/rustbox/blob/master/LICENSE)