pub fn version() -> &'static str
Returns the library version.
let version = scope::version(); println!("Scope version: {}", version);