version

Function version 

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

Returns the crate version string.

§Returns

The crate version string.

§Example

let version = edgevec::version();
assert!(!version.is_empty());