diff options
| -rw-r--r-- | src/lib.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -25,7 +25,7 @@ use thiserror::Error;  pub mod raw; -mod event; +pub mod event;  pub use event::{Event, EventKind};  pub mod gamedata; | 
|  | index : evtclib | |
| arcdps EVTC reading/parsing library for Rust | Daniel | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | src/lib.rs | 2 | 
| @@ -25,7 +25,7 @@ use thiserror::Error;  pub mod raw; -mod event; +pub mod event;  pub use event::{Event, EventKind};  pub mod gamedata; |