Crate mekena

Crate mekena 

Source

Modules§

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

Attribute Macros§

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.