/rir

Rust Internal Repository

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Rust Internal Registry

RIR is a simple idea (POC) how you can generate a internal Rust Registry based under a Cargo.lock File

Requirements:

How to Start

Install Dependencies

$ make install && make deps

Start API

$ make play

In other terminal, Build Repository Cache

$ make example

Configure Cargo

curl http://localhost:8080/api/v1/rust-registry-index/cargo > ~/.cargo/config

And now build you project...