mjlog2json-checker

Crates.iomjlog2json-checker
lib.rsmjlog2json-checker
version0.1.2
created_at2025-03-09 11:55:25.490809+00
updated_at2025-03-09 12:31:02.933355+00
descriptionVerify that mjlog2json conversion matches the official xml and json
homepage
repositoryhttps://github.com/tsubakisakura/mjlog2json/
max_upload_size
id1585394
size29,653
Tsubaki Sakura (tsubakisakura)

documentation

https://docs.rs/mjlog2json-checker

README

mjlog2json-checker

Verify that mjlog2json conversion matches the official xml and json.

Usage

  1. Download official xml and json to same folder.
  2. Run cargo run --release -p mjlog2json-checker async <<folder_name>>
  3. Check the difference between actual.txt and expected.txt using a diff tool.
Commit count: 18

cargo fmt