mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-30 20:34:13 +01:00
Restructure code a bit
This commit is contained in:
parent
989a1ab7e8
commit
82c01ecfe4
6 changed files with 5 additions and 10 deletions
|
@ -1 +0,0 @@
|
|||
|
1
input/src/event_reader.rs
Normal file
1
input/src/event_reader.rs
Normal file
|
@ -0,0 +1 @@
|
|||
pub struct EventReader {}
|
1
input/src/event_writer.rs
Normal file
1
input/src/event_writer.rs
Normal file
|
@ -0,0 +1 @@
|
|||
pub struct EventWriter {}
|
|
@ -1,4 +1,4 @@
|
|||
mod async_file;
|
||||
mod bindings;
|
||||
mod event;
|
||||
mod event_manager;
|
||||
mod event_reader;
|
||||
mod event_writer;
|
||||
|
|
|
@ -1,7 +1 @@
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
||||
mod event;
|
||||
|
|
Loading…
Add table
Reference in a new issue