smmdb

Crates.iosmmdb
lib.rssmmdb
version1.4.2
sourcesrc
created_at2020-07-17 06:39:05.534807
updated_at2020-10-12 15:21:25.690503
descriptionA utility library for Super Mario Maker and Super Mario Maker 2 to read and manipulate game files.
homepage
repositoryhttps://github.com/Tarnadas/cemu-smm
max_upload_size
id266135
size283,581
Mario Reder (Tarnadas)

documentation

README

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:

$ npm install smmdb

Rust

With cargo-edit

$ cargo add smmdb

or via Cargo.toml

[dependencies]
smmdb = "1"
Commit count: 391

cargo fmt