cubing_core 0.15.1

Features from `cubing.js` in Rust.
Documentation
1
2
3
4
5
6
#![cfg_attr(feature = "simd", feature(portable_simd))]

pub mod alg;
pub mod experimental_twizzle_link;
pub mod kpuzzle;
pub mod puzzles;