Make sure you have Rust and the cargo
toolchain installed.
cargo build --release
To get the available commands:
cargo run --release -- -h
Execute with a given configuration file:
cargo run --release -- --configuration particules.xyz
# Or the shorthand:
cargo r -r -q -- -c particules.xyz
Generate the documentation:
cargo doc --open