cargo-binstall
Binary installation for rust projects (by cargo-bins)
ez_term
Terminal UI framework based on templates and focused on simplicity. (by ddbnl)
cargo-binstall | ez_term | |
---|---|---|
24 | 3 | |
1,894 | 43 | |
4.2% | - | |
9.5 | 0.0 | |
6 days ago | over 2 years ago | |
Rust | Rust | |
GNU General Public License v3.0 only | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
cargo-binstall
Posts with mentions or reviews of cargo-binstall.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-26.
-
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.
ez_term
Posts with mentions or reviews of ez_term.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-25.
-
Introducing EzTerm - A template-based cross-platform Terminal UI framework
I needed to create a UI for a command line app recently, and spoiled as I am creating UI's from config files with Kivy in Python, I decided to create a template-based terminal UI framework for Rust, which became EzTerm. It was just added to cargo, and has a full tutorial available.
-
What's everyone working on this week (30/2022)?
I'm still working on EzTerm, a new terminal UI framework based on (YAML-ish) config files. There's been a ton of commits and I plan on releasing it on cargo in august as it has reached a minimally viable state. I'm currently writing docs and examples and fixing bugs.
-
Rust TUI libraries
I've noticed the same thing. Tui-rs looks awesome but as you said is not so easy to use. I've decided to try and create an easy-to-use framework myself (EzTerm), and noticed that the borrow-checker definitely introduces some challenges compared to creating a (T)UI framework in some other languages.
What are some alternatives?
When comparing cargo-binstall and ez_term you can also consider the following projects:
pwninit - pwninit - automate starting binary exploit challenges
hwatch - A modern alternative to the watch command, records the differences in execution results and can check this differences at after.
tool-sync - 🧰 Download pre-built binaries of all your favourite tools with a single command
console_engine - A simple terminal framework to draw things and manage user input
docker-cargo-binstall
douglas - A tiny TUI framework built on the Elm architecture.