Function demes::version

source · []
pub fn version() -> &'static str
Expand description

Return the package version given in the Cargo.toml file of this crate.

Examples

let _ = demes::version();