| Crates.io | pokebell |
| lib.rs | pokebell |
| version | 0.1.0 |
| created_at | 2020-06-07 09:36:51.709269+00 |
| updated_at | 2020-06-07 09:36:51.709269+00 |
| description | Pocket bell (Pager) 2 touch input mutual conversion library |
| homepage | |
| repository | https://github.com/yoshd/pokebell |
| max_upload_size | |
| id | 250919 |
| size | 40,657 |
ポケベルの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(); // "やきにく"