Expand description
Semantic version parsing, comparison and crates.io lookup.
Modules§
- blocking
- Blocking (non-
wasm32) variants of the crates.io version helpers.
Structs§
- Version
- A semantic version composed of major, minor and patch components.
Functions§
- latest_
crate_ version - Asynchronously fetches the latest published version of
crate_namefrom crates.io, identifying the request with the givenuser_agent.