retrocompressor 1.0.1

file compression with retro formats
Documentation
1
2
3
4
5
6
7
8
9
//! Direct Ports
//! 
//! This module contains direct ports of C or other code to rust.
//! Direct ports are probably under the same license as the original software.
//! See the individual modules herein for specifics.
//! 
//! We will try to provide equivalent programs under MIT license in each case.

pub mod lzhuf;