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

#18 in #data-flow

Download history 26/week @ 2023-07-18 26/week @ 2023-07-25 15/week @ 2023-08-01 21/week @ 2023-08-08 36/week @ 2023-08-15 124/week @ 2023-08-22 40/week @ 2023-08-29 50/week @ 2023-09-05 16/week @ 2023-09-12 13/week @ 2023-09-19 26/week @ 2023-09-26 22/week @ 2023-10-03 18/week @ 2023-10-10 27/week @ 2023-10-17 26/week @ 2023-10-24 43/week @ 2023-10-31

118 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

~370–770KB
~17K SLoC