astral-sh/uv
uv-static
crates/uv-static/ is uv's static-data crate: environment variable definitions, embedded
constants, and the central registry used by the env-vars reference docs.
Purpose
Every UV_* env var has a name, a description, and (sometimes) a default. Centralizing
those lets cargo dev generate-env-vars-reference produce a complete reference page and
keeps the documentation honest.
Key abstractions
EnvVars— every supported env-var, each with metadata.- Public constants used elsewhere (default index URLs, the user-agent string, …).
See also
- reference/index — where the generated docs live.
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.