seer/src
Bruno BELANYI a6e8ac06b6 Add dummy 'magic::moves' module for build script
Since I'm am doing something quite *weird*, by writing a build script
that makes use of the module I am generating code for, I need to ensure
that it compiles both without the generated code, and with it.

So this dummy implementation of the module ensures that the code will
keep compiling in both cases, and panics if any of the functions that
depend on generated code are called during the build script execution.
2022-07-30 12:38:45 +02:00
..
bin Move binary crate into 'bin' folder 2022-07-15 21:32:39 +02:00
board Make use of 'ChessBoard::default' in tests 2022-07-30 12:38:45 +02:00
movegen Add dummy 'magic::moves' module for build script 2022-07-30 12:38:45 +02:00
utils Add 'static_assert' macro 2022-07-18 11:04:52 +02:00
build.rs Introduce 'Error' enum 2022-07-28 20:28:45 +02:00
error.rs Mark'Error' as non-exhaustive 2022-07-30 12:38:45 +02:00
lib.rs Introduce 'Error' enum 2022-07-28 20:28:45 +02:00