flowrex

Crates.ioflowrex
lib.rsflowrex
version0.95.0
sourcesrc
created_at2022-11-10 12:57:58.613675
updated_at2023-03-12 22:49:22.270942
descriptionA minimal executor for flow runtime jobs
homepagehttp://andrewdavidmackenzie.github.io/flow/
repositoryhttps://github.com/andrewdavidmackenzie/flow/
max_upload_size
id711512
size50,888
Andrew Mackenzie (andrewdavidmackenzie)

documentation

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

README

flowrex

See also: Code docs

flowrex is a binary for the execution of flow jobs, dispatched over the network by flowr or some other flow runner application that runs a coordinator (via the flowrlib library).

You can find more details about how to use it in running flows in the distributed section.

features

These are the conditionally compiled features of flowr:

  • default - "flowstdlib" (dependency as a feature) to link flowstdlib natively. Deactivating this would allow use of flowstdlib via it's WASM function implementations (use of -L option required)
Commit count: 4366

cargo fmt