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
//! A series of extra types that we attach to every single request to make it
//! a little more pleasent to work with.

mod request_id;
mod stream_id;

pub use request_id::*;
pub use stream_id::*;