Pure-Rust implementation of the binutils utility readelf
Options Usage:
```sh
$ rust-readelf --help
A pure-rust implementation of the binutils utility readelf
Usage: rust-readelf [OPTIONS] --file-name
Options:
-f, --file-name
--file-header
--program-headers
--section-headers
-h, --help Print help information
-V, --version Print version information
```