///|
/// Unicode release used to generate the bundled reading tables.
pub fn unihan_version() -> String {
"17.0.0"
}
///|
/// Number of code points with at least one selected reading.
pub fn unihan_entry_total() -> Int {
unihan_code_points.length()
}
///|
/// SHA-256 of the exact official Unihan source archive.
pub fn unihan_source_sha256() -> String {
"F7A48B2B545ACFAA77B2D607AE28747404CE02BAEFEE16396C5D2D7A8EF34B5E"
}
///|
/// SPDX identifier governing bundled generated Unicode data.
pub fn unihan_data_license() -> String {
"Unicode-3.0"
}