#![allow(incomplete_features)] #![feature(generic_const_exprs)] #![feature(associated_type_bounds)] #![feature(test)] pub mod common; pub mod teststuff; pub mod grid;