smmdb 1.4.2

A utility library for Super Mario Maker and Super Mario Maker 2 to read and manipulate game files.
# smmdb-lib

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.

## Installation

### Web

With [npm](https://www.npmjs.org/package/smmdb):

```bash
$ npm install smmdb
```

### Rust

With [cargo-edit](https://github.com/killercup/cargo-edit)

```bash
$ cargo add smmdb
```

or via `Cargo.toml`

```toml
[dependencies]
smmdb = "1"
```