registry_api 0.1.5

Registry API implementation for crates.io
Documentation

Registry API

This crate provides a server-side API implementation for the Crates.io custom registry API. It also provides local git management for the index. Providing crate storage is up to the implementor.

Usage

See ./tests/test.rs for a concrete implementation example.