basisu_c_sys 0.7.0

Raw Rust binding for the Basis Universal pure C API
Documentation
1
2
3
4
5
6
#[cfg(feature = "encoder")]
mod encoder;
mod transcoder;
#[cfg(feature = "encoder")]
pub use encoder::*;
pub use transcoder::*;