Initial commit, implements most of the static_data side.
This commit is contained in:
10
src/lib.rs
Normal file
10
src/lib.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
// The too many arguments is annoying, especially for when we create constructors, disable.
|
||||
#![allow(clippy::too_many_arguments, clippy::needless_range_loop)]
|
||||
#![feature(nll)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate maplit;
|
||||
|
||||
pub mod defines;
|
||||
pub mod static_data;
|
||||
pub mod utils;
|
||||
Reference in New Issue
Block a user