flowr 0.36.0

A runner for compiled 'flow' programs
docs.rs failed to build flowr-0.36.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: flowr-0.142.0

flowr

See also: Code docs

flowr is a binary run-time for flows build using the flowrlib library.

It handles the execution of Functions forming a Flow according to the defined semantics.

Flowrlib

flowrlib is the library that implements most of the flowr functionality and is used by the flowr binary. For more details consult it's README.md

Flowruntime

flowruntime implements the flowruntime functions that all runtimes for executing flows must provide.