Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite in Rust? #1

Open
hwittenborn opened this issue Aug 3, 2023 · 2 comments
Open

Rewrite in Rust? #1

hwittenborn opened this issue Aug 3, 2023 · 2 comments

Comments

@hwittenborn
Copy link

Hey! I just saw this project off of Reddit and saw there was a need for a GTK application. I was likewise wondering if there'd be interest in making this project work in Rust, which could provide some nice benefits compared to the current implementation:

  • This tool could be exposed as a library, allowing any Rust program to use it's functionality in a clean manner
  • The CLI and GUI can both use the same codebase, with the only differences being the code to make the CLI/GUI work

I'm throwing this out to get some thoughts on whether it'd be a viable option of not. What do you think?

@ElliotKillick
Copy link
Owner

I mean, I love the idea but I unfortunately lack the time to do this myself.

@lj3954
Copy link

lj3954 commented Mar 31, 2024

I'm half a year late, but I also needed this functionality for my new project so I'm working on a crate, rido. The featureset is very limited as of now, but Enterprise/Evaluation releases will be added, and languages are already implemented. Two things that are out of scope of my project are file downloads (a program that needs to download image files certainly needs to handle that itself) and legacy releases not on Microsoft's servers, which one could find URLs and checksums for in this repository instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants