uv/crates/uv-virtualenv
konsti 3218e364ae
Use `fs_err` for paths in symlinking errors (#13303)
In #13302, there was an IO error without context. This error seems to be
caused by a symlink error. Switching as symlinking to `fs_err` ensures
these errors will carry context in the future.
2025-05-05 16:29:27 +00:00
..
src Use `fs_err` for paths in symlinking errors (#13303) 2025-05-05 16:29:27 +00:00
Cargo.toml Remove unused `thiserror` variants (#11713) 2025-02-22 12:12:22 -10:00
README.md Rename `gourgeist` to `uv-virtualenv` (#2118) 2024-03-01 14:02:40 -05:00

README.md

uv-virtualenv

uv-virtualenv is a rust library to create Python virtual environments. It also has a CLI.