ppmd-sys 0.2.0

PPMd bindings
Documentation
1
2
3
4
5
6
7
//! Contains the PPMd C-code from the 7-Zip version 24.09 release.

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

include!("bindings.rs");