Skip to main content

version

Function version 

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

Returns the version of the git-walk crate, as declared in Cargo.toml.

ยงExamples

assert_eq!(git_walk::version(), env!("CARGO_PKG_VERSION"));