Crates.io | flowruntime |
lib.rs | flowruntime |
version | 0.8.8 |
source | src |
created_at | 2020-02-01 22:19:28.211545 |
updated_at | 2020-02-03 21:59:06.818794 |
description | A set of run-time functions 'flow' programs |
homepage | http://andrewdavidmackenzie.github.io/flow/ |
repository | https://github.com/andrewdavidmackenzie/flow/ |
max_upload_size | |
id | 204029 |
size | 15,737 |
flowruntime
Here we define the functions an execution environment
(i.e. an app or server where flows are executed using flowrlib
) must provide.
These "impure" functions that interact with stdio or the file system that
cannot be implemented in the portable flowrlib
library, and must be provided by the final
executable that links with it.
Those functions are organized into the following modules, each with multiple functions: