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

v2.0 #136

Closed Byron closed 1 year ago

Byron commented 1 year ago

Tasks

ToBinio commented 1 year ago

thoughts about renaming Index to e.g GitIndex so its more clear that it only uses git and not both (git and sparse)

something that chooses the best index (#128) would be nice

Byron commented 1 year ago

thoughts about renaming Index to e.g GitIndex so its more clear that it only uses git and not both (git and sparse)

This I am doing here.

something that chooses the best index (https://github.com/frewsxcv/rust-crates-index/issues/128) would be nice

I don't plan to work on new features anytime soon, but contributions are welcome.

Byron commented 1 year ago

And here is the new release: https://github.com/frewsxcv/rust-crates-index/releases/tag/v2.0.0