Merge branch 'v0' of https://git.virintox.com/spfn/rust-nex into super-mario-maker
This commit is contained in:
commit
08f014fe39
12 changed files with 406 additions and 151 deletions
|
|
@ -26,6 +26,7 @@ pub type Result<T> = std::result::Result<T, Error>;
|
|||
pub mod any;
|
||||
pub mod buffer;
|
||||
pub mod connection_data;
|
||||
pub mod data;
|
||||
pub mod helpers;
|
||||
pub mod list;
|
||||
pub mod matchmake;
|
||||
|
|
@ -62,6 +63,9 @@ pub trait RmcSerialize {
|
|||
|
||||
Ok(data)
|
||||
}
|
||||
fn name() -> &'static str {
|
||||
"NoNameSpecified"
|
||||
}
|
||||
}
|
||||
|
||||
impl RmcSerialize for () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue