| Crates.io | honey |
| lib.rs | honey |
| version | 0.0.1 |
| created_at | 2024-08-04 19:02:27.032934+00 |
| updated_at | 2024-09-15 03:21:26.9898+00 |
| description | A Simple and Sweet Async Runtime |
| homepage | |
| repository | https://github.com/stmonty/honey |
| max_upload_size | |
| id | 1325206 |
| size | 15,383 |
Honey is currently a simple and sweet async runtime for learning purposes.
Tokio is wonderful, and all the great work the Tokio team is appreciated! But I want to learn async from the ground-up in Rust, and so this project is to help me understand async Rust!
Right now it doesn't really work, but hoping to get there!
cargo
rustc
You can use nix-shell if using Nix to get the dependencies.
nix-shell
To build:
cargo build
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.