[][src]Crate identitycard

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

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

Re-exports

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

Modules

codes

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

ic

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

random

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