First pass at plugin gen

This commit is contained in:
2026-05-02 22:48:03 -07:00
parent 33449d00c8
commit 8ae8c5dfd3
8 changed files with 2765 additions and 203 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod proto_gen;
pub mod generator;
use std::fmt;
#[derive(Debug, PartialEq, Eq)]