Skip to main content

version

Function version 

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

Returns the library version.

ยงExamples

let version = scope::version();
println!("Scope version: {}", version);