magpie 0.12.0

High-performance Othello library built with bitboards
Documentation
1
2
3
4
5
6
mod gen_constants;

fn main() {
    println!("cargo:rerun-if-changed=build");
    gen_constants::generate_constants().unwrap();
}