Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4t145/rubik
https://github.com/4t145/rubik
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/4t145/rubik
- Owner: 4t145
- Created: 2023-09-03T15:51:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-30T18:06:33.000Z (7 months ago)
- Last Synced: 2024-11-10T02:44:08.605Z (2 months ago)
- Language: Rust
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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));
```