aboutsummaryrefslogtreecommitdiff
path: root/src/planet.rs
Commit message (Collapse)AuthorAge
* planet: Add further state management1.4.1Cara Salter2022-06-09
| | | | | | | - Force shutdown/reboot - resume Closes #1
* planet: Implement Display for HealthCara Salter2022-06-09
|
* planet: Make status functions public1.4.0Cara Salter2022-06-09
|
* planet: Add "orbiting" fieldCara Salter2022-06-09
| | | | True when the Planet is running, false when not
* planet: Utility methods for managing stateCara Salter2022-05-27
| | | | | | | | | | New functions: - get_status - shutdown - start - pause In short, a way for users of the lib to manage the state of their VMs.
* Project rename1.2.1Cara Salter2022-05-26