-
Notifications
You must be signed in to change notification settings - Fork 5
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
Question: Why not pure rust with zip-rs? #16
Comments
Oh, sorry for the delay. didn't see that earlier. So it was just for simplicity's sake, TypeScript scripts are way easier and faster to write than Rust and also easier to execute while for rust I'd have to make sure I build the binary first and then use it but for TS I just use |
That makes perfect sense. Thank you for getting back to me. Would a rust implementation now be something you would be interested in if I make it happen or do you prefer to keep it the way it is? |
I'd love to, and I'll be happy to review and merge your PR. Rust everything - Rust for the win! |
Woot! Sounds like a win! I'm working on a few things at the moment but if no one gets to it before I do, I would like to take a crack at it. |
Yeah, sure and Thank you in advance! |
Hello,
Out of curiosity I would like to ask why use TS for the zipping when there are Rust crates like zip-rs for zipping?
Just curious.
The text was updated successfully, but these errors were encountered: