Expand description
Defines the core routines required to implement a Source
.
Please, see the rust-releases
for additional documentation on how this crate can be used.
Re-exports§
pub use semver;
Structs§
- Release
- A Rust release with an associated version.
- Release
Index - A release index is a data structure holding known Rust releases.
Enums§
Traits§
- Fetch
Resources - With
FetchResources
, the set of inputs required to build a release index can be fetched. - Source
- A
Source
is a set of inputs from which a release index can be built.
Type Aliases§
- Core
Result - A result type which binds the
CoreError
to the error type.