Docs.rs
klondike-rs-1.1.0
klondike-rs 1.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
chrisbouchard
Dependencies
config ~0.9
normal
derive_more ~0.15
normal
directories ~2.0
normal
euclid ~0.20
normal
itertools ~0.8
normal
lazy_static ~1.4
normal
log ~0.4
normal
log-panics ~2.0
normal
num-traits ~0.2
normal
num_enum ~0.4
normal
rand ~0.7
normal
serde ~1.0
normal
simplelog ~0.7
normal
snafu ~0.6
normal
termion ~1.5
normal
Versions
3.43%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
klondike_
lib
1.1.0
All Items
Crate Items
Modules
Crate
klondike_lib
Copy item path
Source
Expand description
Library to implement the Klondike solitaire game
Modules
ยง
display
Module for things related to displaying a Klondike game in the terminal.
engine
Module tying together the Klondike model and display.
model
Module for managing the state of a Klondike game.
terminal
Module to manage a TTY in alternate mode.