one-rust/src/lib.rs

8 lines
144 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;
mod one;
pub use one::*;