ppmd_sys/
lib.rs

1//! Contains the PPMd C-code from the 7-Zip version 24.09 release.
2
3#![allow(non_upper_case_globals)]
4#![allow(non_camel_case_types)]
5#![allow(non_snake_case)]
6
7include!("bindings.rs");