Remit
This commit is contained in:
@@ -1,10 +1,4 @@
|
|||||||
use std::cmp::{max, min};
|
|
||||||
use std::fs::File;
|
|
||||||
use std::io;
|
|
||||||
use std::io::Write;
|
|
||||||
use std::ops::Add;
|
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use nd_array::Array;
|
|
||||||
use rand::prelude::*;
|
use rand::prelude::*;
|
||||||
|
|
||||||
mod system;
|
mod system;
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ use std::ops::Add;
|
|||||||
pub mod walker;
|
pub mod walker;
|
||||||
pub mod storage;
|
pub mod storage;
|
||||||
pub mod model;
|
pub mod model;
|
||||||
pub mod generic;
|
|
||||||
|
|
||||||
pub(crate) const DIM: u32 = 2;
|
pub(crate) const DIM: u32 = 2;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
use nd_array::Array;
|
|
||||||
use crate::system::Position;
|
use crate::system::Position;
|
||||||
|
|
||||||
pub trait Storage {
|
pub trait Storage {
|
||||||
|
|||||||
Reference in New Issue
Block a user