Module tame_index::krate

source ·
Expand description

Provides types for the structured metadata stored in a registry index

Structs§

  • A SHA-256 checksum, this is used by cargo to verify the contents of a crate’s tarball
  • A single dependency of a specific crate version
  • A whole crate with all its versions
  • A single version of a crate (package) published to the index

Enums§

Type Aliases§

  • A mapping of feature name to the features it enables