Incremental progress

This commit is contained in:
2026-05-03 12:57:14 -07:00
parent 642a78e4e7
commit 405a00c7ab
2 changed files with 21 additions and 9 deletions
+4
View File
@@ -1,5 +1,9 @@
pub mod proto_gen;
pub mod generator;
// Uncomment this to check if the code compiles
#[path = "../proto/google/protobuf/descriptor.rs"]
pub mod descriptor;
use std::fmt;
#[derive(Debug, PartialEq, Eq)]