Crates.io | xbdm |
lib.rs | xbdm |
version | 0.1.0-alpha |
source | src |
created_at | 2017-05-20 18:46:20.359766 |
updated_at | 2017-05-20 18:46:20.359766 |
description | Xbox Debug Monitor client for Rust |
homepage | https://github.com/docbrown/xbdm-rs |
repository | https://github.com/docbrown/xbdm-rs |
max_upload_size | |
id | 15396 |
size | 40,320 |
Xbox Debug Monitor client for Rust
First, add the following to your Cargo.toml
:
[dependencies]
xbdm = "0.1.0-alpha"
Next, add this to your crate root:
extern crate xbdm;
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.