version

Function version 

Source
pub fn version() -> &'static str
Expand description

Returns the semantic version advertised by this crate.

assert_eq!(gsm_core::version(), "0.1.0");