# yaz0 - a Rust crate for de/compressing Nintendo Yaz0 files [![Build Status](https://travis-ci.com/gcnhax/yaz0-rs.svg?branch=master)](https://travis-ci.com/gcnhax/yaz0-rs) [![codecov](https://codecov.io/gh/gcnhax/yaz0-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/gcnhax/yaz0-rs) [![Crates.io Version](https://img.shields.io/crates/v/yaz0.svg)](https://crates.io/crates/yaz0) ## tools To install `yaztool`, a de/flating utility for yaz0 files, do ``` $ cargo install yaz0 --features=yaztool ``` ## licensing All code in this repository is licensed under the MIT license; see `LICENSE`.