rustfmt_lib 1.0.0

Rustfmt as a library
1
2
3
4
5
6
7
// rustfmt-edition: 2015
#![feature(rust_2018_preview, uniform_paths)]
use futures::prelude::*;
use http_03::cli::Cli;
use hyper::{service::service_fn_ok, Body, Response, Server};
use log::{error, info, log};
use structopt::StructOpt;