10 releases (4 breaking)

0.34.7 Apr 3, 2021
0.34.4 Mar 27, 2021
0.25.0 Nov 14, 2020
0.23.0 Nov 13, 2020
0.8.1 Sep 23, 2019

#23 in #resolve

Download history 14/week @ 2024-02-26 6/week @ 2024-03-11 45/week @ 2024-04-01

51 downloads per month
Used in 2 crates

MIT license

26KB
452 lines

provider

This crate implements a content provider that resolves URLs and then get's the content of the url for flowclib and flowrlib, keeping them independant of IO operations and able to be compiled to WebAssaembly and used in other implementations (e.g. a Web browser or Electron app).


lib.rs:

The Provider that helps resolve Urls and calls the underlying content provider

Dependencies

~18–29MB
~473K SLoC