Docs.rs
riichi-elements-0.1.0
riichi-elements 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
summivox
Dependencies
bitfield-struct ^0.1.7
normal
derive_more ^0.99.17
normal
itertools ^0.10
normal
serde ^1.0
normal
optional
strum ^0.24
normal
assert-json-diff ^2.0
dev
itertools ^0.10
dev
serde_json ^1.0
dev
Versions
74.82%
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
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
PartialWall
riichi_
elements
0.1.0
Partial
Wall
Trait Implementations
PartialWallDisplayMethod
In riichi_
elements::
wall
riichi_elements
::
wall
Type Alias
Partial
Wall
Copy item path
Source
pub type PartialWall = [
Option
<
Tile
>;
136
];
Expand description
Wall with some tiles unknown.
Trait Implementations
§
Source
§
impl
PartialWallDisplayMethod
for
PartialWall
Source
§
fn
display
(&self) ->
PartialWallDisplay
<'_>