Docs.rs
uv-cache-key-0.0.6
uv-cache-key 0.0.6
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
zanieb
Dependencies
hex ^0.4.3
normal
memchr ^2.7.4
normal
percent-encoding ^2.3.1
normal
seahash ^4.1.0
normal
url ^2.5.2
normal
uv-redacted ^0.0.6
normal
Versions
55.56%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate uv_cache_key
uv_
cache_
key
0.0.6
All Items
Crate Items
Structs
Traits
Functions
Crate
uv_
cache_
key
Copy item path
Source
Structs
§
Cache
KeyHasher
Canonical
Url
A wrapper around
Url
which represents a “canonical” version of an original URL.
Repository
Url
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
§
Cache
Key
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.