honey

Crates.iohoney
lib.rshoney
version0.0.1
created_at2024-08-04 19:02:27.032934+00
updated_at2024-09-15 03:21:26.9898+00
descriptionA Simple and Sweet Async Runtime
homepage
repositoryhttps://github.com/stmonty/honey
max_upload_size
id1325206
size15,383
Monty (stmonty)

documentation

README

Honey

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!

Building

Dependencies

cargo
rustc

You can use nix-shell if using Nix to get the dependencies.

nix-shell

To build:

cargo build

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Commit count: 8

cargo fmt