Crate base [−] [src]
Functionality used by both the plantex server and the plantex client.
- the
mathmodule reexports everything from thecgmathcrate and defines a few own type - the world module is all about saving and managing the game world
Reexports
pub extern crate rand; |
pub extern crate noise; |
Modules
| gen |
Functionality about procedurally generating content. |
| math |
This module reexports everything from the |
| msg |
Messages for client-server-communication. |
| prop |
Contains types of the available props. |
| world |
Types and constants to represent a game world. |