Document usage as a library
This commit is contained in:
parent
2ec11dfd6c
commit
4f2f0431d1
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue