Building
WheatNNLeek is mainly developed using Rust.
Before running examples, you should install Rust toolchain first. Please see instructions to install Rust.
After Rust is installed succesfully, you can build WheatNNLeek using make or make release .
Writing your own model and connection rule
Please see izhikevich model and static connection for details.