naokiri / cskk

SKK (Simple Kana Kanji henkan) library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error handling are weak. In FFI, first do like POSIX, return unmeaningful value (-1, NULL, etc...) on error rather than panic and document it on the rustdoc

naokiri opened this issue · comments

For all unwraps and ? in C FFI should be checked.