Skip to main content

Module crate_check

Module crate_check 

Source
Expand description

Crate installation detection and management

Structs§

CrateAvailability
Result of checking if a crate is available
CrateSuggestion
Suggestions for common crate operations

Enums§

SuggestedAction

Functions§

check_availability
Check overall crate availability
check_crate_binary
Check if a crate binary is installed
check_crate_in_registry
Check if a crate is available in the local cargo cache
fetch_latest_version_sync
Fetch latest version from crates.io (sync version)
generate_suggestions
Generate suggestions for a crate
get_locked_version
Get installed crate version from Cargo.lock if available