h1emu-core

Crates.ioh1emu-core
lib.rsh1emu-core
version1.3.0
sourcesrc
created_at2022-01-20 15:08:31.662513
updated_at2024-11-15 02:43:27.544553
descriptionUtility library used in h1emu.
homepage
repositoryhttps://github.com/H1emu/H1emu-core
max_upload_size
id517710
size180,712
Quentin Gruber (QuentinGruber)

documentation

README

h1emu-core npm version

Utility library used in h1emu.

Features

  • Soeprotocol
  • GatewayProtocol
  • Joaat hash
  • RC4 encryption
  • Crc32

Build

Needed dependencies

Build the wasm module

run wasm-pack build -t nodejs to build the wasm module in the /pkg folder

misc

run unit tests

run cargo test.

run benchmarks

run cargo bench.

Commit count: 303

cargo fmt