Registry / utility / hash40

hash40

JSON →
library1.3.1rscratesunverified

Library for working with Hash40 types used in Super Smash Bros. Ultimate modding.

# Cargo.toml [dependencies] hash40 = "1.3.1"
INSTALL
IMPORT
SIG · HASH40
H
hash40
utilityrustv1.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hash40
use hash40::Hash40;

Create a Hash40 from a string and print it.

use hash40::Hash40; fn main() { let hash = Hash40::from("fighter"); println!("Hash40: {}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
hash40 — cargo add hash40 · libregistry