use-uv
uv command and project metadata primitives for RustUse.
Experimental
use-uv is experimental while use-python remains below 0.3.0.
Example
use ;
let command: UvCommand = "sync".parse?;
let package = new?;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
Scope
- uv command and subcommand labels.
- uv lockfile and config file labels.
- Workspace and package spec metadata text.
Non-goals
- Shelling out to uv.
- Implementing dependency resolution.
- Contacting package indexes.
- Managing Python installations or virtual environments.
License
Licensed under either Apache-2.0 or MIT.