Function rav1e::version::major

source ·
pub fn major() -> u64
Expand description

Major version component

It is increased every time a release presents a incompatible API change.

§Panics

Will panic if package is not built with Cargo, or if the package version is not a valid triplet of integers.