twips

Crates.iotwips
lib.rstwips
version0.11.3
created_at2025-11-17 02:38:45.292483+00
updated_at2026-01-06 22:52:19.484593+00
descriptionTwizzle Pattern Searcher — Twisty puzzle search library
homepage
repositoryhttps://github.com/cubing/twips
max_upload_size
id1936160
size631,198
Lucas Garron (lgarron)

documentation

README

twips

Twizzle Pattern Searcher — a program to find algs and scrambles for twisty puzzles.

See https://github.com/cubing/twips for information.

This is the library crate. You are welcome to experiment, but keep in mind that the API is very unstable. (Please file issues if you have a use cases!)

Example usage

use twips::scramble::{random_scramble_for_event, Event};

pub fn main() {
    let scramble = random_scramble_for_event(Event::Cube2x2x2Speedsolving).unwrap();
    println!("{}", scramble);
}
Commit count: 1810

cargo fmt