Constant rustdoc_types::FORMAT_VERSION

source ยท
pub const FORMAT_VERSION: u32 = 34;
Expand description

The version of JSON output that this crate represents.

This integer is incremented with every breaking change to the API, and is returned along with the JSON blob as Crate::format_version. Consuming code should assert that this value matches the format version(s) that it supports.