flatten the instruction dispatch loop

This commit is contained in:
Mark Thom
2022-01-06 22:09:36 -07:00
parent 3db86f1e25
commit 955e1799c8
52 changed files with 14247 additions and 10021 deletions
+3
View File
@@ -0,0 +1,3 @@
pub trait ToDeriveInput {
fn to_derive_input() -> syn::DeriveInput;
}