cat-dev 0.0.13

A library for interacting with the CAT-DEV hardware units distributed by Nintendo (i.e. a type of Wii-U DevKits).
Documentation
1
2
3
4
5
6
7
8
9
10
//! Common Network Related Client Utilities.
//!
//! This is guarded behind the servers feature flag, and is only necessary when
//! we are compiling clients of some variety.

pub mod errors;
pub mod models;
mod tcp;

pub use tcp::TCPClient;