Docs.rs
bit-board-0.2.1
bit-board 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
natemcintosh
Dependencies
bitvec ^1
normal
rstest ^0.26.1
dev
Versions
70.59%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate bit_board
bit_
board
0.2.1
All Items
Crate Items
Structs
Crate
bit_
board
Copy item path
Source
Structs
ยง
BitBoard
BitBoard is a 2D array of booleans, stored in the bits of integers. It does assumes that the boundaries are hard, and going past a boundary does
not
take you back to the other side.
Dimension
Mismatch