-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added rust translation of nm2rgb.py #1
base: tint
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @afunsten I'd like to merge this but need a couple changes... please
- purge the binaries and/or tmp files,
tint/Cargo.lock tint/target/release/tint tint/target/.rustc_info.json
- don't squash the former python, extend to run each lang for comparison, eg demo python, rust, swift for users to choose
tint/fn.bash tint/README.md tint/fn.bash
- change ./src/ to ./src/rust/
- provide a build command and command to install the binary to eg
./bin/rust/tint
(assume RUSTUP_HOME and CARGO_HOME are in env)
I'll follow these conventions for nm2rgb.py
after the pr. Would be great to demo, compare/contrast the python/rust/swift versions without collisions!!
I reopened the PR and addressed some of the issues. Please have another look. |
sample target tested on macOS