rattler_networking 0.22.2

Authenticated requests in the conda ecosystem
Documentation
1
2
3
4
5
6
//! Multiple backends for storing authentication data.

pub mod file;
pub mod keyring;

pub mod netrc;