Skip to content

Instantly share code, notes, and snippets.

View svenstaro's full-sized avatar

Sven-Hendrik Haase svenstaro

View GitHub Profile
https://github.com/svenstaro/dotfiles
https://github.com/lurst/setup
https://github.com/cutwater/dotfiles
https://github.com/brtmr/dotfiles
https://github.com/AntoineDupre/dotfiles
@svenstaro
svenstaro / nice.rs
Created May 20, 2020 19:13
geht einfach
use std::net::{SocketAddr, AddrParseError};
use anyhow::{Context, Result};
use structopt::StructOpt;
use http::uri::{PathAndQuery, InvalidUri};
use simplelog::{LevelFilter, TermLogger};
#[derive(StructOpt, Clone, Debug)]
#[structopt(
name = "site24x7_exporter",
author,