mjlog

Crates.iomjlog
lib.rsmjlog
version0.1.3
created_at2025-03-09 11:50:57.439317+00
updated_at2025-04-09 17:34:36.394317+00
descriptionmjlog XML parser
homepage
repositoryhttps://github.com/tsubakisakura/mjlog2json/
max_upload_size
id1585390
size41,575
Tsubaki Sakura (tsubakisakura)

documentation

https://docs.rs/mjlog

README

mjlog

mjlog XML parser.

Usage

let content :: String = std::fs::read_to_string("/your/xml/path")?;

// You can read xml contains multiple mjloggm tags.
let mjlogs :: Vec<Mjlog> = parse_mjlogs(&content)?;

Install

cargo add mjlog
Commit count: 18

cargo fmt