Docs.rs
eight-puzzle-core-1.0.0
eight-puzzle-core 1.0.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
Jason5Lee
Dependencies
rand ^0.6
normal
permutator ^0.3
dev
Versions
12%
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
Files
eight_puzzle_core/
lib.rs
1
2
3
4
5
6
pub mod
direction;
pub mod
hint;
pub mod
state;
#[cfg(test)]
mod
tests;