Skip to main content

VERSION

Constant VERSION 

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

The version of this crate, taken from Cargo.toml at compile time.

A tool that reports which parser produced a result should read it from here rather than from its own package, which is how the benchmark report came to claim the version of the benchmark instead of the version of the parser.

ยงExamples

assert!(!links_notation::VERSION.is_empty());