opensimplex2/
lib.rs

1#![allow(non_snake_case)]
2
3pub mod fast;
4mod ffi;
5pub mod smooth;