This submission is not complete: it only works for the single-node Gedcom file. (I hope.)
- Install Rust
- Build:
cargo build --release target/release/gedcom-parser SOURCE_FILE_PATH TARGET_FILE_PATH(e.g.target/release/gedcom-parser src/tests/one-node.ged src/tests/one-node.json)
- Install Rust
cargo test