crate-index 0.1.0

A small library for managing a Cargo crate index
Documentation
1
2
3
4
//! This module contains blocking equivalents of the types defined in the main
//! [`index`](crate::index) module.

pub mod index;