diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-01-08 18:41:34 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-01-08 18:41:34 +0300 |
| commit | 3a5c327a546ff1838e4dc32b8b67a056c1b95f3d (patch) | |
| tree | 2aac7d8b53dda2104a926b1fa53129db78dd410d /init/src/host/mod.rs | |
| parent | 2cad2077b647770aac103360cbd28b29c513db6c (diff) | |
Implementing main functions of init, check TODO.md
Diffstat (limited to 'init/src/host/mod.rs')
| -rw-r--r-- | init/src/host/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/src/host/mod.rs b/init/src/host/mod.rs new file mode 100644 index 0000000..4a3de53 --- /dev/null +++ b/init/src/host/mod.rs @@ -0,0 +1 @@ +pub mod sethn;
\ No newline at end of file |
