Crates.io | nintendo-lz |
lib.rs | nintendo-lz |
version | 0.1.3 |
source | src |
created_at | 2018-07-21 15:47:00.351422 |
updated_at | 2019-03-01 21:07:40.434585 |
description | A small library for compressing/decompressing Nintendo's LZ10/LZ11 compression formats |
homepage | |
repository | https://gitlab.com/DarkKirb/nintendo-lz |
max_upload_size | |
id | 75359 |
size | 21,816 |
A small rust crate for compressing and decompressing in Nintendo's LZSS formats.
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.
This project is licensed under the 2-clause BSD license. See LICENSE for details.