Skip to main content

VERSION

Constant VERSION 

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

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

ยงExamples

assert!(pack_io::VERSION.starts_with("0."));