Docs.rs
mb_goban-0.2.0
mb_goban 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ottobrown
Dependencies
fxhash ^0.2.1
normal
Versions
69.57%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mb_
goban
0.2.0
All Items
Crate Items
Structs
Enums
Type Aliases
Crate
mb_goban
Copy item path
Source
Structs
§
Board
Represents the current state of a go game
Group
A set of connected stones of the same color
Rules
Enums
§
Error
The ways
mb_goban
can fail
Illegal
Move
All types of moves that can be illegal. typically accessed through
crate::Error
.
Stone
Represents a point on a
Board
Type Aliases
§
Result