sat-rs/satrs-book
Robin Mueller 0fd70c08c2
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
Major example update
- Increased example modularization by moving the majority
  of app logic inside dedicated modules
- Added a new `dyn_tmtc` feature for the satrs-example which is used
  to configure the heap as the backing store for TMTC packages instead
  of static stores.
- Added dedicated satrs-example chapter in satrs-book
2024-02-07 18:10:47 +01:00
..
src Major example update 2024-02-07 18:10:47 +01:00
.gitignore satrs-book init 2023-08-15 21:10:12 +02:00
book.toml book description 2023-08-30 17:12:45 +02:00
README.md add satrs-book README 2024-01-30 23:30:53 +01:00

sat-rs book

High-level documentation of the sat-rs project.

Building

If you have not done so, install mdbook using cargo install mdbook --locked.

mdbook build