@[email protected] to [email protected] • 1 year agoWhat's happening with Rust?message-square17fedilinkarrow-up137arrow-down111file-text
arrow-up126arrow-down1message-squareWhat's happening with Rust?@[email protected] to [email protected] • 1 year agomessage-square17fedilinkfile-text
minus-square@[email protected]linkfedilink-2•1 year agoAll I know is cargo takes forever to compile when installing something so I don’t like it
minus-square@[email protected]linkfedilink13•edit-21 year agoIf you want to install CLI tools using cargo install you should try cargo-binstall to avoid compiling them from source.
All I know is cargo takes forever to compile when installing something so I don’t like it
If you want to install CLI tools using
cargo install
you should try cargo-binstall to avoid compiling them from source.That’s awesome I’ll take a look at it