API client for crates.io, the Rust crate registry.
Thank you for this awesome crate! While working on some MSRV checks on top of it, I was in the need of having `rust_version` also available in `FullVersion`. At the end I went a bit further and this PR * Adds `rust_version` to `FullVersion` * Also adds the remaining fields from `Version` into `FullVersion` as the naming suggests the latter being a superset of the former to me * Factors out the conversion from `Version` to `FullVersion` into a shared implementation of `From` for not needing to keep the details in sync in both clients manually * Cleans up the markup of two links in the docs (pointed out by `rustdoc`
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 sirhcel and has received 0 comments.