renamed to smmdb


License
MIT

Documentation

SMMDB Lib

Crates NPM Discord Twitter

A utility library for Super Mario Maker and Super Mario Maker 2 to read and manipulate game files.

The library is written in Rust and compiles to WebAssembly for the web or can be used as a standard Rust Crate. A live demo running in your browser can be found here: https://tarnadas.github.io/smmdb-lib/

Installation

Web

With npm:

$ npm install smmdb

Rust

With cargo-edit

$ cargo add smmdb

or via Cargo.toml

[dependencies]
smmdb = "1"