QuickFetch
A Library to Fetch well Quickly...
Developed by Mustafif Khan | MoKa Reads 2024
:warning: WORK IN PROGRESS AND NOT READY TO BE USED FOR PRODUCTION YET
This library is built to handle multiple requests within a Client
(reqwest
client which will handle it all under a Client Pool)
, cache the response results, and handle these asynchronously.
The goal is to be a one-stop shop for handling local package manager development to handle multiple packages with a local cache to easily update, get and remove the different responses.
Usage
// examples/mufiz_pkg.rs
use PathBuf;
use SimplePackage;
use Fetcher;
use ;
async
License
This project is licensed under the MIT License - see the LICENSE file for details.