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