#events #table

bin+lib twsearch

Twizzle Search — Twisty puzzle search library

9 releases

0.7.1 Mar 30, 2025
0.7.0 Feb 7, 2025
0.6.6 Jul 18, 2024
0.6.5 Oct 26, 2023

#645 in Algorithms


Used in twsearch-ffi

MPL-2.0 license

360KB
7.5K SLoC

twsearch

A pure Rust implementation of twsearch. For now, most of the code is experimental and placed in twsearch::_internal.

Example usage

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

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

Dependencies

~20–32MB
~665K SLoC