adding a slide_obj in rust

This object is still unfinished, but it will later serve as our main
object to connect to for the slides that are shown on screen. All of
this needed some heavy tweaking and I still need to learn more about
rust, but the beginnings are there and it will be worth it to have the
safety and speed that rust provides
This commit is contained in:
Chris Cochrun 2023-03-21 10:34:54 -05:00
parent 78e6a5c9ca
commit b32d35c385
7 changed files with 212 additions and 157 deletions

View file

@ -17,3 +17,4 @@ mod tests {
mod file_helper;
mod service_thing;
mod settings;
mod slide_obj;