pokebell 0.1.0

Pocket bell (Pager) 2 touch input mutual conversion library
Documentation
  • Coverage
  • 26.67%
    4 out of 15 items documented2 out of 11 items with examples
  • Size
  • Source code size: 40.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • yoshd/pokebell
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • yoshd

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