Restructure code a bit

This commit is contained in:
htrefil 2020-09-16 18:13:41 +02:00
parent 989a1ab7e8
commit 82c01ecfe4
6 changed files with 5 additions and 10 deletions

View file

@ -1 +0,0 @@

View file

@ -0,0 +1 @@
pub struct EventReader {}

View file

@ -0,0 +1 @@
pub struct EventWriter {}

View file

@ -1,4 +1,4 @@
mod async_file;
mod bindings;
mod event;
mod event_manager;
mod event_reader;
mod event_writer;

View file

@ -1,7 +1 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}
mod event;