Crate rustup_available_packages[−][src]
A library that helps you to find out which packages are available in your rustup tool for specific dates and targets.
Suggestions and critiques are welcome!
Re-exports
pub use availability::AvailabilityData; |
Modules
availability |
Availability evaluation tools. |
cache |
Cache downloaded manifests. |
manifest |
A rustup manifest types. |
table |
A table of statuses. |
Structs
DefaultSource |
Default source, i.e. |
Downloader |
Manifests downloader and parser. |
Enums
Error |
An error that might happen inside the library. |
Traits
SourceInfo |
A set of methods that we need to retrieve manifest from a source. |