Skip to content

tweedegolf/drive-rs

Repository files navigation

drive-rs

A WIP alternative search for crates on awesome embedded Rust.

Please don't judge my web skills... I usually write embedded code.

Collecting the data

Fetch the db-dump from crates.io:

wget https://static.crates.io/db-dump.tar.gz

Run the backend to extract the data:

cargo run --release --bin read-driver-db