1
2
3
4
5
mod fastnoise;

pub mod prelude {
    pub use crate::fastnoise::*;
}