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::*;.