Initial commit. Basic structure in place, need to implement logic.
This commit is contained in:
6
src/lib.rs
Normal file
6
src/lib.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
// https://github.com/lucasmaystre/kickscore/tree/master/kickscore
|
||||
pub mod kernel;
|
||||
mod model;
|
||||
|
||||
pub use kernel::Kernel;
|
||||
pub use model::*;
|
||||
Reference in New Issue
Block a user