pokebell

Crates.iopokebell
lib.rspokebell
version0.1.0
sourcesrc
created_at2020-06-07 09:36:51.709269
updated_at2020-06-07 09:36:51.709269
descriptionPocket bell (Pager) 2 touch input mutual conversion library
homepage
repositoryhttps://github.com/yoshd/pokebell
max_upload_size
id250919
size40,657
(yoshd)

documentation

https://docs.rs/pokebell/

README

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(); // "やきにく"
Commit count: 21

cargo fmt