https://github.com/niklasf/rust-gaviota-sys
Low level Rust bindings for libgtb, a library for Gaviota tablebase probing
https://github.com/niklasf/rust-gaviota-sys
Last synced: about 1 year ago
JSON representation
Low level Rust bindings for libgtb, a library for Gaviota tablebase probing
- Host: GitHub
- URL: https://github.com/niklasf/rust-gaviota-sys
- Owner: niklasf
- Created: 2018-05-03T13:45:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T20:31:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T15:42:49.190Z (about 1 year ago)
- Language: Rust
- Homepage: https://docs.rs/gaviota-sys
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
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).