1#![cfg_attr(not(doctest),doc = include_str!("../README.md"))] 2 3mod data; 4mod random_zh; 5 6pub use random_zh::{RandomZhOptions, random_zh};