#parser #idcard #chinese #region #digit #github #idcard-region

app r-idcard

A CLI to parse chinese 18 digit idcard including region and sex

7 releases

0.1.6 Sep 29, 2024
0.1.5 Sep 29, 2024

#329 in Command line utilities

Download history 360/week @ 2024-09-22 321/week @ 2024-09-29 6/week @ 2024-10-06

687 downloads per month

MIT license

7KB
80 lines

Crates.io idcard

解析 18 位身份证的地址等信息

区号解析基于https://github.com/bujnlc8/region-cn

用法

使用之前会自动下载区域数据到$HOME/.cache/idcard/region_full.dat,如果由于网络的原因未能下载成功,请手动从https://github.com/bujnlc8/region-cn/raw/refs/heads/main/data/region_full.dat下载。

❯ idcard
USAGE: idcard your-idcard-number
❯ idcard 110101196404071855
生日: 1964-04-07
性别: 男
区号: 110101
地址: 北京市东城区

安装

release 下载

OR

cargo install r-idcard

Dependencies

~11–19MB
~350K SLoC