Skip to content

kornelski/cargo-static-registry-rfc-proof-of-concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cargo static registry RFC proof of concept

Testing whether it's feasible to serve crates-io registry over HTTP as static files.

Currently it only discovers which registry files needed to be fetched and fetches them. There's no integration with Cargo.

Requires reqwest with HTTP/2 support.

Usage

rm -rf ./cache
cargo run --release -- rand@0.7 serde@1
cargo run --release -- rand@0.7 serde@1

About

Testing whether it's feasible to serve crates-io registry over HTTP as static files

Topics

Resources

Stars

Watchers

Forks