Skip to content

Instantly share code, notes, and snippets.

@icydgx
icydgx / findup.rs
Created January 10, 2024 16:17 — forked from starwing/findup.rs
手机9键双拼方案搜索程序
use std::{
collections::{HashMap, HashSet},
fmt,
fmt::{Display, Formatter},
hash::Hash,
iter::FromIterator,
sync::OnceLock,
};
#[derive(Debug, Hash, Clone, Copy, Eq, PartialEq)]