🎉 First commit (💩)

This commit is contained in:
2023-08-03 20:44:53 +02:00
commit 54a50c1ff0
28 changed files with 1077 additions and 0 deletions

5
src/base.rs Normal file
View File

@@ -0,0 +1,5 @@
#[derive(Clone, Debug, Eq, PartialEq)]
pub enum Info {}
// pub type ProgramStore = Store<Info>;
// pub type AsyncProgramStore = Arc<AsyncMutex<ProgramStore>>;