sshattrick 0.1.1

Hockey in your terminal over SSH.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod big_text;
mod collision_detection;
mod constants;
mod engine;
mod game;
mod lobby;
pub mod ssh;
mod traits;
mod tui;
mod types;
mod ui;
mod utils;

pub use types::AppResult;
pub use utils::store_path;