utils: add RepeatedMessageModel

This commit is contained in:
Luna Yao
2026-04-06 11:54:01 +02:00
parent 888bec6eac
commit 8076734cd4
2 changed files with 50 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ pub mod web;
#[cfg(test)]
pub mod tests;
pub mod utils;
const DESCRIPTOR_POOL_BYTES: &[u8] =
include_bytes!(concat!(env!("OUT_DIR"), "/file_descriptor_set.bin"));