Module prelude

Source
Expand description

Convenient re-exports of commonly used data types, designed to make crate usage painless.

For example, you can refer to Yaz0, but you have to use yaz0::Error.

The contents of this module can be used by including the following in any module:

use orthrus_ncompress::prelude::*;

Modules§

yay0
Includes yay0::Error for Result handling, yay0::Header, and Yay0-specific compression algorithms.
yaz0
Includes yaz0::Error for Result handling, yaz0::Header, and Yaz0-specific compression algorithms.

Structs§

Yay0
Utility struct for handling Yay0 compression.
Yaz0
Utility struct for handling Yaz0 compression.