Crates.io | smmdb |
lib.rs | smmdb |
version | 1.4.2 |
source | src |
created_at | 2020-07-17 06:39:05.534807 |
updated_at | 2020-10-12 15:21:25.690503 |
description | A utility library for Super Mario Maker and Super Mario Maker 2 to read and manipulate game files. |
homepage | |
repository | https://github.com/Tarnadas/cemu-smm |
max_upload_size | |
id | 266135 |
size | 283,581 |
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.
With npm:
$ npm install smmdb
With cargo-edit
$ cargo add smmdb
or via Cargo.toml
[dependencies]
smmdb = "1"