Crate flowclib[][src]

Modules

compiler

This is the rust flow Compiler Library. It can be linked with other code to produce a flow compiler, such as the flowc command line flow compiler. Compile module that loads flow definition, compiles flows and tables and then generates JSON manifest of processes

deserializers
dumper
generator
info

Info module provides methods to get additional information about the flowclib library

model

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.