flowstdlib 0.2.0

The standard library for 'flow' programs compiled with the 'flowc' compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "flowstdlib"
version = "0.2.0"
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
description = "The standard library for 'flow' programs compiled with the 'flowc' compiler"
license = "MIT"
build = "build.rs"

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

[dependencies]
flowrlib = { path = "../flowrlib", version = "~0.2.0" }