API client for crates.io, the Rust crate registry.
Gets information about multiple crates in a single call ```rust let query = CratesQuery { ids: Some(vec!["serde", "tokio"]), ..Default::default() }; ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by joshka and has received 1 comments.