Crate uv_cache_key

Crate uv_cache_key 

Source

Structs§

CacheKeyHasher
CanonicalUrl
A wrapper around Url which represents a “canonical” version of an original URL.
RepositoryUrl
Like CanonicalUrl, but attempts to represent an underlying source repository, abstracting away details like the specific commit or branch, or the subdirectory to build within the repository.

Traits§

CacheKey
A trait for types that can be hashed in a stable way across versions and platforms. Equivalent to Ruff’s CacheKey trait.

Functions§

cache_digest
Compute a hex string hash of a CacheKey object.
hash_digest
Compute a hex string hash of a hashable object.