13 releases (6 breaking)

0.21.0 Nov 11, 2020
0.14.0 May 14, 2020
0.12.0 May 14, 2020
0.9.0 Mar 28, 2020
0.8.3 Oct 14, 2019

#133 in #flow

36 downloads per month
Used in 5 crates (3 directly)

MIT license

5KB

flow_impl

See also: Code docs

This crate defines 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


lib.rs:

flow_impl is a trait that flow function implementations must implement in order to be executed as part of a flow.

Dependencies

~360–770KB
~17K SLoC