Add documentation, minor fixes

This commit is contained in:
Vlasislav Kashin
2025-07-13 18:55:50 +03:00
parent b64c063563
commit 56734bcb1c
4 changed files with 279 additions and 42 deletions

View File

@@ -64,10 +64,12 @@ echo "\
$copyright_header
mod metadata;
// use only in test case
#[cfg(test)]
mod test_metadata;
pub use metadata::METADATA;
// use only in test case
#[cfg(test)]
pub use test_metadata::TEST_METADATA;
" > "$generated_dir/mod.rs"