[−][src]Crate flowstdlib
flowstdlib is a standard library of functions for flow programs to use.
It can be compiled and linked natively to a run-time, or each function can be
compiled to WebAssembly and loaded from file by the run-time.
Modules
| control | Control functions A Module with functions for controlling data flow |
| data | Data functions |
| fmt | Formatting functions |
| img | Imaging functions |
| math | Maths functions |
Functions
| get_manifest | Return the |