flowr 1.0.0

Runners for compiled 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
function = "stdin"
description = "Read a line of text from standard input"
source = "stdin.rs"
docs = "stdin.md"
impure = true

[[output]]
name = "string"
type = "string"

[[output]]
name = "json"