Add more tests, better naming and bug fixes

This commit is contained in:
Vlasislav Kashin
2025-07-13 17:07:40 +03:00
parent 77fa0e2b09
commit 03911c0572
8 changed files with 765 additions and 55 deletions

View File

@@ -33,5 +33,7 @@ mod metadata;
mod test_metadata;
pub use metadata::METADATA;
// use only in test case
#[cfg(test)]
pub use test_metadata::TEST_METADATA;
" > "$generated_dir/mod.rs"