Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.31 KB

File metadata and controls

35 lines (23 loc) · 1.31 KB

hakkit

License: MIT OR Apache-2.0 crates.io docs.rs msrv

Reusable Nintendo binary format parsing library.

[dependencies]
hakkit = "0.1"

Overview

hakkit provides parsers for Nintendo binary formats used across Switch, Wii U, and other Nintendo platforms. The library is designed to be composable so that individual format parsers can be used independently or together in larger tools.

Usage

See the examples folder.

Supported Formats

Refer to the formats module documentation for the full list of supported Nintendo binary formats.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.