uv/crates/install-wheel-rs/src
Charlie Marsh 33982efb25
Remove a TOCTOU read in build (#860)
We should just read and handle the not-found case, rather than checking
if the file doesn't exist first.
2024-01-09 20:33:08 +00:00
..
install_location.rs Unify python interpreter abstractions (#178) 2023-10-25 20:11:36 +00:00
lib.rs Add a dedicated error for missing RECORD files (#762) 2024-01-04 00:28:50 +00:00
linker.rs Remove some filesystem calls from the installer (#834) 2024-01-08 12:59:01 -05:00
main.rs Add INSTALLER file to install-wheel-rs (#760) 2024-01-03 17:30:54 -05:00
pip_compileall.py Copy over `install-wheel-rs` crate (#33) 2023-10-06 21:38:38 -04:00
python_bindings.rs Add INSTALLER file to install-wheel-rs (#760) 2024-01-03 17:30:54 -05:00
record.rs Store unzipped wheels in a cache (#49) 2023-10-08 04:04:48 +00:00
script.rs Use `rustc-hash` instead of `fxhash` crate (#594) 2023-12-08 20:27:49 +00:00
uninstall.rs Add a dedicated error for missing RECORD files (#762) 2024-01-04 00:28:50 +00:00
wheel.rs Remove a TOCTOU read in build (#860) 2024-01-09 20:33:08 +00:00