gaviota-sys
===========
Low level Rust bindings for [libgtb](https://github.com/michiguel/Gaviota-Tablebases), a library for Gaviota tablebase probing.
[](https://github.com/niklasf/rust-gaviota-sys/actions)
[](https://crates.io/crates/gaviota-sys)
[](https://docs.rs/gaviota-sys)
Disclaimer
----------
These low level bindings are sound if and only if the underlying C library is
sound. I have no confidence in its ability to correctly handle malicious input.
In any case, checksums of tablebase files should be verified before use.
Documentation
-------------
[Read the documentation](https://docs.rs/gaviota-sys)
License
-------
View `Gaviota-Tablebases/license.txt` for the licenses of the various
components (essentially MIT + Zlib).