Document usage as a library

This commit is contained in:
Adrian Heine 2021-07-23 15:33:28 +02:00
parent 2ec11dfd6c
commit 4f2f0431d1

View file

@ -12,6 +12,10 @@ cargo run
To exit the simulation, press q, ESC or Ctrl+c.
## Using as a library
`src/main.rs` is a pretty minimal example of the currently exposed high-level functionality. `gntag::actor` includes simpler actor iplementations and all the types, `gntag::world` contains `ActualWorld` and `WorldState`.
## Tests
A few tests can be run with: