honey 0.0.1

A Simple and Sweet Async Runtime
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 15.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 288.35 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • stmonty/honey
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • stmonty

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.