mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
ui() needs a mutable reference or Mutex but cannot be async due to
synchronous capture:
terminal.draw(|f| {
ui::ui(f, app.clone());
})?;
map
a simple tui to explore darkfi ircd network topology.
lists all active nodes, their connections and recent messages.