19 releases (4 breaking)
| 0.10.0 | Nov 9, 2025 |
|---|---|
| 0.8.4 | Oct 26, 2025 |
| 0.7.2 | Jul 15, 2025 |
| 0.7.1 | Mar 30, 2025 |
| 0.6.5 | Oct 26, 2023 |
#1935 in Algorithms
Used in 3 crates
460KB
10K
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
~8–14MB
~249K SLoC