andrewdavidmackenzie / flow

Exploration of a data-flow programming paradigm
MIT License
25 stars 2 forks source link

Generate a manifest to a URL also #2209

Open andrewdavidmackenzie opened 2 months ago

andrewdavidmackenzie commented 2 months ago

See generate.rs pub fn write_flow_manifest()

This is tied to being a file:// - generalize this to write to a URL, moving the code TODO into the provider and implementing for file and http