// src/sleep/mod.rs pub mod standby; pub mod shutdown; pub mod stop; pub mod sleep; pub use stop::StopEntry;