mycorrh

Crates.iomycorrh
lib.rsmycorrh
version0.1.1
sourcesrc
created_at2023-11-02 06:12:44.652467
updated_at2023-11-02 06:21:39.410669
descriptionMycorrh is a fast concurrent messaging system for Rust.
homepage
repositoryhttps://github.com/jrcarl624/mycorrh
max_upload_size
id1022314
size33,689
Joshua Carlson (jrcarl624)

documentation

https://docs.rs/mycorrh

README

Mycorrh

Mycorrh is a concurrent event system for Rust. It has been designed minimize the event overhead on the main event loop. This is achieved by moving the message correlation to the thread that calls the message.

The readme is still a work in progress endeavor...

The Name

The name is based off mycorrhzial fungal networks where small signals are sent through a vast array of fungi.

Commit count: 9

cargo fmt