Library and command line tools for handling Earth 2150 parameter files. Written in Rust.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Terrana 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.
3 years ago
.vscode Basic data structures and read/write routines. 3 years ago
src Basic data structures and read/write routines. 3 years ago
.gitignore Basic data structures and read/write routines. 3 years ago
Cargo.lock Basic data structures and read/write routines. 3 years ago
Cargo.toml Basic data structures and read/write routines. 3 years ago
LICENSE Initial commit 3 years ago
README.md Initial commit 3 years ago

README.md

par_2150

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