Module rust_version

Module rust_version 

Source
Expand description

Rust version management and checking

This module provides functionality to detect installed Rust versions, check for updates from GitHub releases, and provide recommendations.

Re-exports§

pub use detector::RustVersion;
pub use github::GitHubClient;
pub use github::GitHubRelease;

Modules§

cache
Simple in-memory cache with TTL support
detector
Rust version detection from local installation
github
GitHub API client for fetching Rust releases

Structs§

VersionManager
Version manager for checking and recommending updates

Enums§

Channel
Rust release channel
UpdateRecommendation
Version update recommendation