Docs.rs
chess-oxide-0.3.2
chess-oxide 0.3.2
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
GavinShox
Dependencies
ahash ^0.8.11
normal
chrono ^0.4.38
normal
env_logger ^0.11
normal
log ^0.4
normal
native-dialog ^0.7.0
normal
rand ^0.8.5
normal
slint ^1.8.0
normal
static_init ^1.0.3
normal
slint-build ^1.8.0
build
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
MoveMap
chess
0.3.2
MoveMap
Required Methods
add_move
Implementors
In crate chess
chess
Trait
MoveMap
Copy item path
Source
pub trait MoveMap { // Required method fn
add_move
(&mut self, _: &
Move
); }
Required Methods
§
Source
fn
add_move
(&mut self, _: &
Move
)
Implementors
§
Source
§
impl
MoveMap
for
AttackMap
Source
§
impl
MoveMap
for
DefendMap