ESA OPS-SAT Rust Software experiment
.cargo | ||
pytmtc | ||
scripts | ||
src | ||
test_pictures | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
Cross.toml | ||
README.md |
ESA OPS-SAT Rust experiment
This is the primary repository for the ESA OPS-SAT experiment.
Pre-Requisites
Build
You might need to set the CROSS_CONTAINER_ENGINE
and CROSS_ROOTLESS_CONTAINER_ENGINE
variables manually before calling cross.
Debug Build
cross build
Release Build
cross build --release
Documentation
The wiki appears to be a useful source for documentation.