owlchess_base 0.3.1

Base types for owlchess (not indended to use directly)
Documentation
1
2
3
4
5
6
# Base types for owlchess

This is an auxiliary crate for `owlchess`, which contains some core stuff. It was split from the main crate,
so everything declared here can be used in the build script for `owlchess`.

Normally you don't want to use this crate directly. Use [`owlchess`](https://crates.io/crates/owlchess) instead.