feat(types): Expose FILE_DESCRIPTOR_SET (#1210)

This commit is contained in:
tottoto
2022-12-22 14:05:22 -05:00
committed by GitHub
parent fdff11115b
commit cc42d1f88c
4 changed files with 5 additions and 1 deletions
Binary file not shown.
+3
View File
@@ -24,6 +24,9 @@
/// Useful protobuf types
pub mod pb {
include!("generated/google.rpc.rs");
/// Byte encoded FILE_DESCRIPTOR_SET.
pub const FILE_DESCRIPTOR_SET: &[u8] = include_bytes!("generated/types.bin");
}
pub use pb::Status;