frewsxcv / rust-crates-index

Rust library for retrieving and interacting with the crates.io index
https://docs.rs/crates-index/
Apache License 2.0
72 stars 37 forks source link

example: show the full sparse workflow #148

Closed ToBinio closed 1 year ago

ToBinio commented 1 year ago

This PR adds an example that is supposed to show how you could use sparse.

it includes:

Byron commented 1 year ago

Thanks a lot!

I took the liberty to turn it into a more realistic application with error handling and such while making its command-line processing more flexible.