proto(utils): add TransientDigest trait (#2071)

This commit is contained in:
Luna Yao
2026-04-07 18:06:48 +02:00
committed by GitHub
parent b2cc38ee63
commit 371b4b70a3
3 changed files with 23 additions and 1 deletions
+1
View File
@@ -12,6 +12,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"));