Skip to main content

horto_os_ui_shared/kits/
mod.rs

1//! Host interaction kits (apt, systemd, fs, templates, docker, env files).
2
3pub mod apt;
4pub mod docker;
5pub mod envfile;
6pub mod fs;
7pub mod systemd;
8/// Render and write embedded template files into host paths.
9pub mod template;