sshattrick 0.2.0

Hockey in your terminal over SSH.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod big_text;
pub mod img_lines;
mod lobby;
mod matchmaker;
mod ssh_game;
mod tui;
mod ui;

pub use ssh_game::SshattrickGame;
pub use sshattrick_core::types::AppResult;
pub use sshattrick_core::utils::store_path;