[][src]Crate flowrlib

Runtime library for flow execution. This will be linked with code generated from a flow definition to enable it to be compiled and ran as a native program.

Modules

coordinator
debug_client
errors
function
info
input
lib_manifest
loader
manifest
provider
url

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.