netrc
A well-tested netrc library for Rust, with support for Reqwest via Reqwest Middleware.
Usage
> cargo add rust-netrc
Basic usage:
use Netrc;
With reqwest
:
TODO
Contributing
Feedback and contributions are very welcome.
License
This project is licensed under MIT.