flowruntime

Crates.ioflowruntime
lib.rsflowruntime
version0.8.8
sourcesrc
created_at2020-02-01 22:19:28.211545
updated_at2020-02-03 21:59:06.818794
descriptionA set of run-time functions 'flow' programs
homepagehttp://andrewdavidmackenzie.github.io/flow/
repositoryhttps://github.com/andrewdavidmackenzie/flow/
max_upload_size
id204029
size15,737
Andrew Mackenzie (andrewdavidmackenzie)

documentation

https://github.com/andrewdavidmackenzie/flow/README.md

README

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.

Runtime functions

Those functions are organized into the following modules, each with multiple functions:

  • args - used to get arguments that flow was invoked with
  • file - used to interact with the file system
  • stdio - used to interact with stdio
Commit count: 4366

cargo fmt