Changes to be committed:

modified:   src/lib.rs
This commit is contained in:
Michael Wain 2024-09-20 02:59:00 +03:00
parent 07242c210a
commit 2b38cad0b0

View File

@ -47,7 +47,7 @@ pub mod android {
Ok(string) => string, Ok(string) => string,
}; };
//let config: ClientConfiguration = serde_yaml::from_str(cfg_raw).expect("Bad client config file structure"); let config: ClientConfiguration = serde_yaml::from_str(cfg_raw).expect("Bad client config file structure");
//client::client_mode(config); //client::client_mode(config);
//let output = env.new_string("gabber").expect("Couldn't create java string!"); //let output = env.new_string("gabber").expect("Couldn't create java string!");