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
- Host: GitHub
- URL: https://github.com/refcell/rustbox
- Owner: refcell
- License: unlicense
- Created: 2022-03-23T15:44:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T20:00:22.000Z (about 4 years ago)
- Last Synced: 2025-07-13T03:12:59.879Z (11 months ago)
- Topics: cargo, foundry, rust
- Language: Rust
- Homepage:
- Size: 258 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# rustbox • [](https://github.com/abigger87/rustbox/actions/workflows/tests.yaml) [](https://github.com/abigger87/rustbox/actions/workflows/lints.yaml)  
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)