Belgium Rust user group
2018-04-17
Grummfy
Jonathan Van Belle
@Grummfy
@Grummfy@mamot.fr
me@grummfy.be
github.com/grummfy
Open source contributor: atoum, hoa ...
Rust meetup organizer
new connection
X just connect
[2018-04-17 18:22:25]new connection: X with a login and password on mobile
[2018-04-17 18:22:25]new connection: "X" with "credentials" on "mobile" ("Android 8.0.0 / ONEPLUS A500...")
[2018-04-17 18:22:25]new connection: {user} with {type} on {source} ({model}) - {"type": "credentials", "user": "H3fAh9bppeg=xuHy8woEtOfYYI18tLM76A==BKUvKCztSNl8", "source": "mobile", "model": "Android 8.0.0 / ONEPLUS A500..."}
[2018-04-17 18:22:25] [INFO]new connection: {user} with {type} on {source} ({model}) - {"type": "credentials", "user": "H3fAh9bppeg=xuHy8woEtOfYYI18tLM76A==BKUvKCztSNl8", "source": "mobile", "model": "Android 8.0.0 / ONEPLUS A500..."}
fn main() {
use std::error::Error;
match "xc".parse::<u32>() {
Err(e) => {
println!("1. Error parsing some value: {}", e.description());
eprintln!("2. Error parsing some value: {}", e.description());
}
_ => println!("No error"),
}
}
Demo
That's a lot!
* = unofficial
demo https://gitlab.com/Grummfy/brug-2018-04-17_error_logs