Function libwebp::WebPGetDecoderVersion
source · pub fn WebPGetDecoderVersion() -> u32
Expand description
Return the decoder’s version number, packed in hexadecimal using 8bits for each of major/minor/revision.
E.g: v2.5.7 is 0x020507
.
Examples
use libwebp::WebPGetDecoderVersion;
let version = WebPGetDecoderVersion();