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

#1897 in Rust patterns

Download history 14/week @ 2024-02-19 21/week @ 2024-02-26 1/week @ 2024-03-04 10/week @ 2024-03-11 233/week @ 2024-04-01

244 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–760KB
~17K SLoC