flowstdlib 1.0.0

The standard library of functions and flows for 'flow' programs
Documentation
function = "info"
description = "Output info about the input value"
source = "info.rs"
docs = "info.md"
type = "rust"

[[input]] # - Input value

[[output]]
name = "type" # - String identifying the type of the input value
type = "string"

[[output]]
name = "rows" # - Number of rows in the input value
type = "number"

[[output]]
name = "columns" # - Number of columns in the input value
type = "number"