Progress towards implementing the rwho server
Some checks failed
Build and test / check (push) Failing after 1m7s
Build and test / build (push) Successful in 1m12s
Build and test / docs (push) Failing after 1m52s
Build and test / test (push) Has been cancelled

This commit is contained in:
2026-01-04 17:09:00 +09:00
parent 5a0a65c3cf
commit 8436bffce0
9 changed files with 1363 additions and 27 deletions

View File

@@ -1,4 +1,10 @@
fn main() {
unimplemented!()
println!(
"{:#?}",
roowho2_lib::server::rwhod::generate_rwhod_status_update(),
);
println!(
"{:#?}",
roowho2_lib::server::rwhod::determine_relevant_interfaces(),
);
}