one-rust/one-rust/src/lib.rs

9 lines
175 B
Rust
Raw Normal View History

2021-01-13 03:19:39 -08:00
extern crate byteorder;
extern crate prs_rust;
#[macro_use] extern crate binread;
#[macro_use] extern crate binwrite;
#[macro_use] extern crate log;
2021-01-13 03:19:39 -08:00
mod one;
pub use one::*;