[][src]Crate identitycard

提供了一个随机产生身份证号的工具或者验证方法

可以随机产生身份证号或者指定地区,生日来产生身份证号

身份证号码的生成标准是根据1999年中国国家质量技术监督局实施的GB11643-1999《公民身份号码》来实现的, 具体请参照百度百科

行政区划代码根据中华人民共和国民政部官网提供的2020年7月中华人民共和国县以上行政区划代码生成的行政区划代码

Re-exports

pub use codes::get_loc_code;
pub use codes::LOC_CODES;
pub use codes::REGION_CODES;
pub use codes::SIGN_CODES;
pub use codes::VERIFY_CODES;
pub use ic::compute_verify_code;
pub use ic::IdentityCard;
pub use random::generate_identitycard;

Modules

codes

身份证的各种编码和行政区划编码

ic

身份证结构和相关处理

random

提供了一个随机产生身份证号的工具