changed "var type = value" syntax to "var::type = value" and added the tutor (mers -t)

This commit is contained in:
Dummi26
2023-04-25 02:55:16 +02:00
parent 7baa1c2aba
commit ca1dbf2722
16 changed files with 561 additions and 216 deletions

View File

@@ -1,10 +1,4 @@
use mers::{
libs::inlib::{MyLib, MyLibTask},
script::{
val_data::VDataEnum,
val_type::{VSingleType, VType},
},
};
use mers_libs::{MyLib, MyLibTask, VDataEnum, VSingleType, VType};
fn main() {
let (mut my_lib, mut run) = MyLib::new(