uv/crates/uv-shell/src
konsti cd49e1d11f
Use the `windows` crate facade consistently (#15737)
The initial motivation for this change was that we were using both the
`windows`, the `window_sys` and the `windows_core` crate in various
places. These crates have slightly unconventional versioning scheme
where there is a large workspace with the same version in general, but
only some crates get breaking releases when a new breaking release
happens, the others stay on the previous breaking version. The `windows`
crate is a shim for all three of them, with a single version. This
simplifies handling the versions.

Using `windows` over `windows_sys` has the advantage of a higher level
error interface, we now get a `Result` for all windows API calls instead
of C-style int-returns and get-last-error calls. This makes the
uv-keyring crate more resilient.

We keep using the `windows_registry` crate, which provides a higher
level interface to windows registry access.
2025-09-09 15:07:14 +00:00
..
lib.rs Add fallback parent process detection to `uv tool update-shell` (#15356) 2025-08-18 13:48:34 -05:00
runnable.rs Lock the credentials store when reading or writing (#15610) 2025-09-02 13:16:52 -05:00
shlex.rs Refactor shell quoting (#9055) 2024-11-15 09:06:54 +00:00
windows.rs Use the `windows` crate facade consistently (#15737) 2025-09-09 15:07:14 +00:00