Add the bones of the processor

This commit is contained in:
Luke Parker
2022-05-26 04:36:19 -04:00
parent 4ddb838a5a
commit c398b246ff
8 changed files with 136 additions and 0 deletions

5
processor/src/scanner.rs Normal file
View File

@@ -0,0 +1,5 @@
struct Scanner<C: Coin> {}
impl Scanner {
}