Library and command line tools for handling Earth 2150 parameter files. Written in Rust.
Find a file
Ninetailed 21dcc3e3e3 Basic data structures and read/write routines.
Simple diagnostics in main(). So far, it reads from a hard coded path,
re-generates the par-file bytes in memory, and checks they're identical
to the original file.
2021-06-29 22:55:59 +01:00
.vscode Basic data structures and read/write routines. 2021-06-29 22:55:59 +01:00
src Basic data structures and read/write routines. 2021-06-29 22:55:59 +01:00
.gitignore Basic data structures and read/write routines. 2021-06-29 22:55:59 +01:00
Cargo.lock Basic data structures and read/write routines. 2021-06-29 22:55:59 +01:00
Cargo.toml Basic data structures and read/write routines. 2021-06-29 22:55:59 +01:00
LICENSE Initial commit 2021-06-29 22:45:31 +01:00
README.md Initial commit 2021-06-29 22:45:31 +01:00

par_2150

Library and command line tools for handling Earth 2150 parameter files. Written in Rust.