min2phase 0.2.4

An optimized implementation of two-phase algorithm for solving Rubik's cube
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "min2phase"
authors = ["Chen Shuang <cs0x7f@gmail.com>"]
version = "0.2.4"
edition = "2021"
license = "MIT"
keywords = ["rubik", "cubing", "solving"]
readme = "README.md"
description = "An optimized implementation of two-phase algorithm for solving Rubik's cube"
documentation = "https://docs.rs/min2phase"
repository = "https://github.com/cs0x7f/min2phase_rust"

[dependencies]
rand = "0.8"
lazy_static = "1.5.0"