lzham 0.1.1

High-level bindings for the lzham codec.
Documentation
1
2
3
4
5
pub(crate) trait CType {
    type CItem;

    fn to_c_type(self) -> Self::CItem;
}