An experimental MOJXML parser and converter written in Rust.
License: MIT
cargo run --package mojxml-cli --release -- 15222-1107-2023.zip output.fgb
Input: 15222-1107-2023.zip, excluding no-crs data
- mojxml-rs: 8.21s
- mojxml-py: 56.4s
- For multi-threaded Zip file extraction, we use
cloneable_seekable_reader.rs
from google/ripunzip.
Taku Fukada (@ciscorn)