We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83979c commit 1e33be0Copy full SHA for 1e33be0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "china_identification_card"
3
-version = "1.1.23"
+version = "1.1.24"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
src/lib.rs
@@ -2,10 +2,9 @@
//!
//! A Rust library for validating Chinese identification card numbers based on official rules and checksums.
-pub(crate) mod r#const;
-pub(crate) mod r#impl;
7
-pub(crate) mod r#struct;
8
-
+mod r#const;
+mod r#impl;
+mod r#struct;
9
#[cfg(test)]
10
mod test;
11
0 commit comments