astral-sh/uv
uv-preview
crates/uv-preview/ defines uv's preview-feature gates.
Purpose
Some features are released behind --preview (and the corresponding UV_PREVIEW=1) until
they're considered stable. This crate centralizes the per-feature flag enum and the
"is preview enabled?" helpers so each feature site is a small, predictable check.
See also
uv-flags— broader feature-flag plumbing.uv-configuration—PreviewMode.
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.