#pager #touch #input #convert #mutual #pocket #pocketbell

pokebell

Pocket bell (Pager) 2 touch input mutual conversion library

1 unstable release

0.1.0 Jun 7, 2020

#228 in Simulation

Apache-2.0

29KB
565 lines

test

pokebell

ポケベルの2タッチ入力の相互変換ライブラリ

example

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タッチ入力の相互変換ライブラリ

機種依存の入力方法はサポートしません。

Dependencies

~120KB