nodeprovider

Crates.ionodeprovider
lib.rsnodeprovider
version0.1.0
created_at2019-10-16 13:39:51.4931+00
updated_at2019-10-16 13:39:51.4931+00
descriptionA content provider for 'flow' for web runtimes
homepagehttp://andrewdavidmackenzie.github.io/flow/
repositoryhttps://github.com/andrewdavidmackenzie/flow/
max_upload_size
id173000
size16,306
Andrew Mackenzie (andrewdavidmackenzie)

documentation

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

README

nodeprovider

This crate implements a node version of a content provider that resolves URLs and then get's the content of the url for flowclib and flowrlib.

This keeps them independant of IO operations and able to be compiled to WebAssaembly and used in other implementations (e.g. an Electron app).

Electron includes NodeJS and so it is used to interact with FileSystem, etc.

Under development.

Commit count: 4886

cargo fmt