Crate mekena
Source - context
- node
- A node is an element of a [
System]. It can be composed with other nodes.
It can send and recieve messages. - prelude
- re
- system
- main
- The
mekena::main macro, meant to be called on the main function of a program. - node
- The
mekena::node macro, meant to be called on nodes and basically expands
to mekena::re::async_trait::async_trait.