clyde
cargo-binstall

clyde | cargo-binstall | |
---|---|---|
3 | 24 | |
31 | 1,781 | |
- | 4.3% | |
7.1 | 9.5 | |
about 2 months ago | 7 days ago | |
Rust | Rust | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
clyde
-
Self-replace: Utility library to implement processes that replace themselves
A little known fact about executables on Windows is that while it's not possible to remove a running executable, it's possible to rename it.
I use this in [Clyde](https://github.com/agateau/clyde): on Windows, when clyde needs to upgrade itself (which means uninstalling vN and installing vN+1) it renames itself from `clyde.exe` to `_clyde.exe`. I leave the old `_clyde.exe` around, but a nicer implementation could remove on the next start.
-
Clyde 0.3.0: a cross-platform package installer for pre-built applications
Homepage: https://github.com/agateau/clyde/ Demo: https://asciinema.org/a/bbNhN0xG779gAFvWjAJMlVeai
- Show HN: Clyde, package manager for prebuilt applications
cargo-binstall
-
Cargo Binstall 1.0.0 release
Unfortunately not really usable in production (for me) until https://github.com/cargo-bins/cargo-binstall/issues/1 is fixed :( Really much looking forward to it though, as I think it's a great addition to the Rust ecosystem!
-
Oxidise your Infrastructure using Shuttle.rs
Oh looks like cargo-binstall is currently broken (https://github.com/cargo-bins/cargo-binstall/issues/1094)
-
Ludusavi can now back up your game saves to the cloud and detect Lutris saves
Unfortunately, I ended up running into an issue with the zip support, but I'll come back to it once this is fixed: https://github.com/cargo-bins/cargo-binstall/issues/1080
-
Strange lifetime error: Requires to be `'static`
I've encountered a strange lifetime error when developing new features in cargo-binstall:
-
AMDGPU_TOP - tool to show AMDGPU usage
Once you feel like releasing it, could you please add binstall support?
-
[rcargo] quick tool for faster crate building on remote workstations
I think in a similar vein there is cargo-binstall that is a cargo install alternative that attempts to use pre-built binary artifacts when possible
-
Faster Apple Builds with the lld Linker
I hope ld64 and lld add supports for plugin-opt I'm trying to enable cross-lang-lto on MacOS but failed due to -plugin-opt not supported.
-
Install a CLI in a project (not globally)
You can use cargo-binstall --install-path to install binaries to custom locations.
-
Release engineering is exhausting so here's cargo-dist
If you happen to install a lot of things with cargo, check out cargo-binstall: https://github.com/cargo-bins/cargo-binstall
It'll fetch the binary release from the repo so you don't have to compile it yourself.
-
Thoughts about updating a rust cli via a sub command for improved dev experience
I'd recommend to use cargo-binstall, which can download pre-built artifacts from github release.
What are some alternatives?
cargo-packager - Rust executable packager, bundler and updater.
pwninit - pwninit - automate starting binary exploit challenges
liftinstall - An adaptable installer for your application
ez_term - Terminal UI framework based on templates and focused on simplicity.
self-replace - Utility library that helps to implement processes that replace themselves
tool-sync - 🧰 Download pre-built binaries of all your favourite tools with a single command
novus - A blazingly fast and efficient package manager for windows.
amdgpu_top - Tool to display AMDGPU usage
cargo-wix - A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
funix - A command to install the Flutter sdk
docker-cargo-binstall
cargo-quickinstall - pre-compiled binary packages for `cargo install` [Moved to: https://github.com/cargo-bins/cargo-quickinstall]
