[−][src]Function ena::config::check_version
pub fn check_version()
Check to see if the first argument passed to the program is -v
or --version
Then display build information
Example
use ena::config; config::check_version();