1 unstable release

0.1.0 Oct 16, 2019

#18 in #electron

MIT license

220KB
4K SLoC

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.


lib.rs:

A module to help parse command line arguments for flow URLs and fetch the associated content

Dependencies

~10–14MB
~266K SLoC