#nintendo #modding #lzss #format

bin+lib nintendo-lz

A small library for compressing/decompressing Nintendo's LZ10/LZ11 compression formats

4 releases

Uses old Rust 2015

0.1.3 Mar 1, 2019
0.1.2 Oct 10, 2018
0.1.1 Jul 21, 2018
0.1.0 Jul 21, 2018

#658 in Compression

Download history 250/week @ 2024-01-05 88/week @ 2024-01-12 7/week @ 2024-01-19 2/week @ 2024-01-26 4/week @ 2024-02-02 26/week @ 2024-02-09 94/week @ 2024-02-16 254/week @ 2024-02-23 53/week @ 2024-03-01 65/week @ 2024-03-08 21/week @ 2024-03-15 9/week @ 2024-03-22 66/week @ 2024-03-29 17/week @ 2024-04-05 11/week @ 2024-04-12 19/week @ 2024-04-19

114 downloads per month
Used in 2 crates

BSD-2-Clause

15KB
323 lines

nintendo_lz

A small rust crate for compressing and decompressing in Nintendo's LZSS formats.

Contents

This crate contains a library and an application called "lz11". The Library's documentation can be found here. The program's usage can be displayed by passing --help to it.

Authors

License

This project is licensed under the 2-clause BSD license. See LICENSE for details.

Dependencies

~565KB