Module krate

Source
Expand description

Provides types for the structured metadata stored in a registry index

Structs§

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

Enums§

ChksumParseError
Errors that can occur parsing a sha-256 hex string
DependencyKind
Section in which this dependency was defined

Type Aliases§

FeatureMap
A mapping of feature name to the features it enables