kompact 0.8.0

Kompact is a Rust implementation of the Kompics component model combined with the Actor model.
Documentation

The Kompact message-passing framework provides a hybrid approach between the Kompics component model and the Actor model for writing distributed systems.

To get all kompact related things into scope import use kompact::prelude::*; instead of use kompact::*;.