[][src]Function ena::config::version

pub fn version() -> String

Return the current version of the crate

Example

use ena::config;
let version = config::version();