china_identification_card 1.1.2

A Rust library for validating Chinese identification card numbers based on official rules and checksums.
Documentation
1
2
3
4
5
/// Represents a Chinese ID card number and provides validation functionality.
///
/// This structure encapsulates the logic for validating Chinese ID card numbers
/// according to the official standards.
pub struct ChineseIdCard;