Skip to main content

VERSION

Constant VERSION 

Source
pub const VERSION: &str = "1.0.1";
Expand description

Semantic version of this crate, as declared in Cargo.toml.

ยงExamples

// VERSION mirrors Cargo.toml exactly, with no parsing.
assert_eq!(pack_io::VERSION, env!("CARGO_PKG_VERSION"));