We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
List the enabled features by binary -v command as follows:
root@root:~# einat -v Version: v0.1.5 Tags: ipv6,aya,libbpf,bindgen,static
This can alert users to prevent them from using unenabled features.
The text was updated successfully, but these errors were encountered:
I had thought about this, will work on this once I got time, and feel free to send a PR if anyone want to make a tiny contribution to this project.
The crate to use https://crates.io/crates/build-info (this crate is unpolished and could breaks offline build)
Sorry, something went wrong.
4062977
einat -v now prints this:
einat -v
version: 0.1.5 features: aya,libbpf build_features: pkg-config
It can be parsed by splitting keys and values by whitespace and splitting feature flags by comma.
No branches or pull requests
List the enabled features by binary -v command as follows:
This can alert users to prevent them from using unenabled features.
The text was updated successfully, but these errors were encountered: