httpd 0.1.4

HTTP/1.1 (HTTP/2 soon) Server that is built on Tokio Project Pipeline.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
format_strings = false
reorder_imports = true
reorder_imported_names = true
where_trailing_comma = true

max_width = 120
ideal_width = 120
fn_call_width = 100

fn_args_density = "Compressed"

enum_trailing_comma = true
match_block_trailing_comma = true
struct_trailing_comma = "Always"
wrap_comments = true

report_todo = "Always"
report_fixme = "Always"