-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
status: in progressImplementation is proceeding smoothlyImplementation is proceeding smoothlytype: feature request
Description
Describe the problem
In order to install tauri-cli
, you do cargo install tauri-cli
, which pulls the source and dependencies and compiles them. This is too slow and consuming too much CPU and memory resource.
Describe the solution you'd like
cargo-binstall fetches already-compiled binaries and installs them instead of compiling from zero.
Alternatives considered
cargo-quickinstall is another alternative although I have not used it.
Additional context
No response
Metadata
Metadata
Assignees
Labels
status: in progressImplementation is proceeding smoothlyImplementation is proceeding smoothlytype: feature request