RIR is a simple idea (POC) how you can generate a internal Rust Registry based under a Cargo.lock File
- Cargo
- Cargo Local Registry
Install Dependencies
$ make install && make depsStart API
$ make playIn other terminal, Build Repository Cache
$ make examplecurl http://localhost:8080/api/v1/rust-registry-index/cargo > ~/.cargo/configAnd now build you project...