Major amounts of progress
This commit is contained in:
11
src/lib.rs
11
src/lib.rs
@@ -1,11 +1,18 @@
|
||||
// The too many arguments is annoying, especially for when we create constructors, disable.
|
||||
#![allow(clippy::too_many_arguments, clippy::needless_range_loop)]
|
||||
#![feature(nll)]
|
||||
#![feature(in_band_lifetimes)]
|
||||
#![feature(test)]
|
||||
#![feature(bench_black_box)]
|
||||
#![feature(let_chains)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate maplit;
|
||||
|
||||
#[cfg(feature = "c_interface")]
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
mod c_interface;
|
||||
|
||||
pub mod defines;
|
||||
pub mod dynamic_data;
|
||||
pub mod static_data;
|
||||
|
||||
Reference in New Issue
Block a user