Crate mekena

source ·

Modules

A node is an element of a [System]. It can be composed with other nodes. It can send and recieve messages.

Attribute Macros

The mekena::main macro, meant to be called on the main function of a program.
The mekena::node macro, meant to be called on nodes and basically expands to mekena::re::async_trait::async_trait.