rattler_networking 0.13.0

Authenticated requests in the conda ecosystem
Documentation
1
2
3
4
//! This module provides a way to store and retrieve authentication information for a given host.
pub mod authentication;
pub mod fallback_storage;
pub mod storage;