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

Expose an `Error` type. #15

Closed tomprince closed 7 years ago

tomprince commented 7 years ago

Currently, downstream crates need to explicitly reference the git2 crate if they want to name the error from the functions here.

frewsxcv commented 7 years ago

working on this