-
Notifications
You must be signed in to change notification settings - Fork 382
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
🚀 Add more than information with build-time ?e.g shadow-rs #506
Comments
Thanks @baoyachi, I'll definitely keep this in mind and watch out for the next time build-time information like this would solve a problem. One thought -- is there a single function that will print out a bunch of default information, to make it very easy for users? E.g. use shadow_rs
fn main() {
shadow_rs::print_everything();
} |
good idea. 👍 @dandavison |
It's done in version shadow-rs0.5.24 add build::print_build_in(); |
Thanks @baoyachi, I will keep this in mind like I said and watch out for the next time it solves a problem. |
consider https://github.com/baoyachi/shadow-rs
The text was updated successfully, but these errors were encountered: