Add README.md

This commit is contained in:
2025-11-22 17:54:06 -07:00
parent 4703f9d24a
commit fd9964ea5a
5 changed files with 129 additions and 14 deletions

View File

@@ -53,6 +53,7 @@ quick_error! {
}
#[derive(Default)]
#[repr(C)]
pub struct CompilerConfig {
pub debug: bool,
}