1 个不稳定版本
0.1.0 | 2020年6月7日 |
---|
#248 in 模拟
29KB
565 行
pokebell
ポケベルの2タッチ入力の相互変換ライブラリ
示例
let c = Converter::new();
c.convert_to_two_touch_string("ごくろうさん".to_string()).unwrap(); // ["5963", "25042395133103"]
c.convert_from_two_touch_string("81225223".to_string()).unwrap(); // "やきにく"
lib.rs
:
ポケベルの2タッチ入力の相互変換ライブラリ
不支持特定型号的输入方式。
依赖项
~115KB