Graphs for sat-rs #93

Merged
muellerr merged 6 commits from improve-graphs into main 2024-01-30 23:31:02 +01:00
Showing only changes of commit 0437e2b095 - Show all commits

12
satrs-book/README.md Normal file
View File

@ -0,0 +1,12 @@
sat-rs book
=========
High-level documentation of the [sat-rs project](https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/).
## Building
If you have not done so, install `mdbook` using `cargo install mdbook --locked`.
```sh
mdbook build
```