uvw 0.0.0

placeholder for the Astral uvw binary
1
2
3
4
5
6
7
8
9
10
# `uvw`

[The `uv` project](https://github.com/astral-sh/uv) optionally includes a
`uvw.exe` binary, which is an alias `uv` that sets `CREATE_NO_WINDOW` on
Windows, similar to `pythonw.exe`.

The project isn't yet installable from crates.io, but in the future we'll
either use this crate directly to provide the `uvw` binary, or we'll make it a
redirect to the crate provides the binary (similar to
[`rg`](https://crates.io/crates/rg)).