1 2 3 4 5 6 7
//! D-Bus interface for HT32 Panel Daemon. //! //! Provides the `org.ht32panel.Daemon1` interface on the session or system bus. mod interface; pub use interface::{run_dbus_server, DaemonSignals};