Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 370 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 370 Bytes

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