Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4t145/rubik


https://github.com/4t145/rubik

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# A CAN'T EVEN BETTER IMPLEMENTATION FOR RUBIK'S CUBE
```RUST
use rubik::parser::singmaster::parse;
let transform = parse("BLE2(RR'F'R2F2'F'2)3'RRB").unwrap();
Rubik::new().execute(transform);
use rubik::{tf, prelude::*};
Rubik::new().execute(tf!((R, U, RI, UI, RI, F, R, FI); 10));
```