version

Function version 

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

Returns the version of the library.

ยงExample

println!("Typwriter version: {}", typwriter::version());