assembly 0.4.1

Library for files/resources for LU related software
Documentation
//! # The segmented (`*.sd0`) compression format
//!
//! This format is used to deflate (zlib) the data
//! served from the server to the client, and to
//! use less space in the pack archives.

pub mod stream;