# Cargo registry index library. [![crates.io](https://img.shields.io/crates/v/reg-index.svg)](https://crates.io/crates/reg-index) [![docs](https://docs.rs/reg-index/badge.svg)](https://docs.rs/reg-index) An experimental library for managing a [Cargo] registry index. See [cargo-index] for the CLI command that uses this library. [Cargo]: https://doc.rust-lang.org/cargo/ [cargo-index]: https://github.com/ehuss/cargo-index/