flow_impl 0.8.4

Definition of an Implementation trait for flow functions, and a derive macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde_json]
version = "1.0"

[lib]
name = "flow_impl"
path = "src/lib.rs"

[package]
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
description = "Definition of an Implementation trait for flow functions, and a derive macro"
documentation = "http://andrewdavidmackenzie.github.io/flow/"
edition = "2018"
homepage = "http://andrewdavidmackenzie.github.io/flow/"
license = "MIT"
name = "flow_impl"
readme = "README.md"
repository = "https://github.com/andrewdavidmackenzie/flow/"
version = "0.8.4"