flowcore 0.34.7

Structures shared between runtime and clients
Documentation

flowcore

See also: Code docs

flowcore is a library of core structs and traits related to flow that is shared between multiple flow crates, and separate to avoid a cyclic dependency.

flow_impl

See also: Code docs

This is a trait that implementations of flow 'functions' must implement in order for them to be invoked by the flowrlib (or other) run-time library.

An example of a function implementing the Implementation trait can be found in the docs for Implementation