twips 0.12.2

Twizzle Pattern Searcher — Twisty puzzle search library
Documentation
pub mod apply_flat_alg;
mod collapse;
pub mod get_kpuzzle;
pub mod orbit_pieces_byte_slice;
mod parity;
mod puzzles;
mod randomize;
pub mod scramble_finder;
mod scramble_search;

mod puzzle;
pub use puzzle::{Puzzle, PuzzleError};

mod event;
pub use event::{Event, EventError};

mod random_scramble_for_event;
pub use random_scramble_for_event::{
    experimental_scramble_finder_filter_and_or_search, random_scramble_for_event,
    solve_known_puzzle, ExperimentalFilterAndOrSearchOptions,
};

mod derive_scramble_for_event;
pub use derive_scramble_for_event::{
    derive_scramble_for_event_seeded, DerivationSalt, DerivationSeed, DERIVATION_SEED_BYTE_LENGTH,
};