Expand description
The client
module provides all of the macro functionality
used by a client of the
rusty_junctions
crate.
Namely it provides a number of macros that can be used to conveniently
define the
patterns
,
channels
,
and
Junction
that are used to declaratively express the concurrent computation.
See the crate level documentation for further details.