modified: src/lib.rs
This commit is contained in:
parent
c0781fbddb
commit
4ef80aafee
@ -48,7 +48,7 @@ pub mod android {
|
|||||||
Ok(string) => string,
|
Ok(string) => string,
|
||||||
};
|
};
|
||||||
|
|
||||||
let config: ClientConfiguration = serde_yaml::from_slice(RFC4648.decode(cfg_raw.as_bytes()).unwrap()).expect("Bad client config file structure");
|
let config: ClientConfiguration = serde_yaml::from_slice(RFC4648.decode(cfg_raw.as_bytes()).unwrap().as_slice()).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!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user