rattler_networking 0.24.0

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 memory;
pub mod netrc;