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 |
#22 in #resolve
Used in 2 crates
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
~11–21MB
~351K SLoC