Function pouch::version[][src]

pub fn version() -> &'static str

Returns the crate version

Examples

// the version is returned as &str
let version = pouch::version();