4 releases

new 0.1.3 Apr 9, 2025
0.1.2 Mar 9, 2025
0.1.1 Mar 9, 2025
0.1.0 Mar 9, 2025

#198 in Video

Download history 359/week @ 2025-03-09 46/week @ 2025-03-16 9/week @ 2025-03-23 129/week @ 2025-04-06

198 downloads per month
Used in 3 crates

Apache-2.0 OR MIT

39KB
942 lines

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

Dependencies

~1.6–2.4MB
~44K SLoC