Crate cubing_core

Source

Modules§

alg
experimental_twizzle_link
kpuzzle
puzzles

Macros§

kpattern_from_json_file
Load a KPattern from a JSON file in your source code. The file will only be loaded on the first call, and all subsequent calls will use the cached value. Call .to_owned() on the result if you need an owned value.
kpuzzle_from_json_file
Load a KPuzzle from a JSON file in your source code. The file will only be loaded on the first call, and all subsequent calls will use the cached value. Call .to_owned() on the result if you need an owned value.
ktransformation_from_json_file
Load a KTransformation from a JSON file in your source code. The file will only be loaded on the first call, and all subsequent calls will use the cached value. Call .to_owned() on the result if you need an owned value.