Browse Source

Document usage as a library

main
Adrian Heine 3 years ago
parent
commit
4f2f0431d1
  1. 4
      README.md

4
README.md

@ -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:

Loading…
Cancel
Save