跳至主要內容

中国身份证号校验库

ltpp-universe小于 1 分钟china_identification_cardidcardrust

GITHUB 地址open in new window

LTPP-GIT 地址open in new window

说明

一个用于根据官方规则和校验位对中国身份证号码进行校验的 Rust 库。

功能

  • 校验中国身份证号码的长度和格式
  • 根据官方的权重因子计算并校验校验位
  • 轻量且易于集成

安装

使用此库,可以运行以下命令:

cargo add china_identification_card

示例

use china_identification_card::*;
let is_valid: bool = is_valid_id_number("110101202311012176");

许可证

此项目基于 MIT 许可证发布。更多详情见 LICENSE 文件。

贡献

欢迎贡献!请提交 issue 或拉取请求(pull request)。

联系方式

如有任何疑问,请联系作者:ltpp-universe root@ltpp.vip

上次编辑于:
贡献者: 尤雨东