Implement metatype proc-macro

This commit is contained in:
2025-06-19 20:38:40 +10:00
parent af81879b42
commit 1c821d8804
8 changed files with 325 additions and 142 deletions

View File

@@ -14,7 +14,7 @@ pub fn generate(expr: &Expr) -> Result<TokenStream> {
Ok(f.done())
}
#[derive(Debug, Default)]
#[derive(Default)]
struct Formatter {
buf: String,
space: bool,