actox

Crates.ioactox
lib.rsactox
version0.2.1
sourcesrc
created_at2018-10-23 15:34:48.910541
updated_at2022-08-09 23:45:27.934264
descriptionFIXME
homepage
repositoryhttps://github.com/KizzyCode/actox-rust
max_upload_size
id92183
size22,708
Keziah Biermann (KizzyCode)

documentation

README

License License AppVeyor CI docs.rs crates.io Download numbers dependency status

actox

Welcome to my actox-library 🎉

actox is small and dependency-less crate that implements a shared message dispatcher to publish and subscribe on multible topics from different threads. This allows for trivial multi-producer/multi-consumer networks without the need to manually establish and manage dedicated communication channels between all participants.

Design considerations

This crate is opinionated. The main goal is to have simple code that hopefully just works. No external dependencies, no super-duper custom lock-free maps etc. No unsafe. Therefore is probably not super efficient or fast (even though it achieves a throughput of about 7 million messages per second on my platform).

Commit count: 23

cargo fmt