chess-oxide 0.3.2

A chess engine library written in Rust, with a GUI bin to play against it.
Documentation
1
2
3
4
fn main() {
    let config = slint_build::CompilerConfiguration::new().with_style("fluent".into());
    slint_build::compile_with_config("ui/main.slint", config).unwrap();
}