three-style-lib 0.1.2

A 3x3 Rubik's Cube three style library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "three-style-lib"
version = "0.1.2"
edition = "2021"
description = "A 3x3 Rubik's Cube three style library"
authors = ["LIOKA Ranraison Fiderana <luckasranarison@gmail.com>"]
repository = "https://github.com/luckasRanarison/three-style"
keywords = ["rubiks-cube", "three-style", "commutators", "algorithms"]
categories = ["algorithms"]
license = "MIT"
readme = "../README.md"

[dependencies]
thiserror = "1.0.57"