unicode-jp-rs icon indicating copy to clipboard operation
unicode-jp-rs copied to clipboard

A Rust library to convert Japanese Half-width-kana[半角カナ] and Wide-alphanumeric[全角英数] into normal ones

Results 2 unicode-jp-rs issues
Sort by recently updated
recently updated
newest added

## 概要 `regex`と`clap`のライブラリのバージョンを更新し、それに合わせてコードのリファクタリングを行いました。 ## 変更点 - `regex`のバージョンを1.10.2にアップデート - `clap`のバージョンを4.4.11にアップデート - 新しいバージョンに合わせたコードのリファクタリング --- ## Summary Updated the versions of the `regex` and `clap` libraries, and refactored the code accordingly. ## Changes...