implementation of stops and reorganization of the codebase

This commit is contained in:
Priec
2025-12-12 22:25:36 +01:00
parent 72a731abef
commit 2c9433cb84
6 changed files with 156 additions and 128 deletions

View File

@@ -2,4 +2,7 @@
pub mod standby;
pub mod shutdown;
pub mod stop3;
pub mod stop;
pub mod handler;
pub use stop::StopEntry;