wow-blp 0.6.2

Parser and encoder for World of Warcraft BLP texture files with DXT compression support
Documentation
1
2
3
4
pub use super::error::Error;

/// Result type for BLP parsing operations
pub type ParseResult<T> = Result<T, Error>;