Initial work on outlining the dynamic side of the library.

This commit is contained in:
2021-01-31 17:31:22 +01:00
parent 2a08fb2645
commit c194c5d209
24 changed files with 321 additions and 39 deletions

View File

@@ -0,0 +1,2 @@
pub mod script;
pub mod script_set;

View File

@@ -0,0 +1 @@
pub trait Script {}

View File

@@ -0,0 +1 @@
pub struct ScriptSet {}