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

🚀 Add more than information with build-time ?e.g shadow-rs #506

Closed
baoyachi opened this issue Jan 17, 2021 · 4 comments
Closed

🚀 Add more than information with build-time ?e.g shadow-rs #506

baoyachi opened this issue Jan 17, 2021 · 4 comments

Comments

@baoyachi
Copy link

consider https://github.com/baoyachi/shadow-rs

@dandavison
Copy link
Owner

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();
}

@baoyachi
Copy link
Author

good idea. 👍 @dandavison

@baoyachi
Copy link
Author

baoyachi commented Feb 1, 2021

It's done in version shadow-rs0.5.24

add print_build_in function. @dandavison

 build::print_build_in();

@dandavison
Copy link
Owner

Thanks @baoyachi, I will keep this in mind like I said and watch out for the next time it solves a problem.

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

2 participants