http2hpack 0.1.0

HTTP/2 and HPACK library to be used in client and server. All of the multiplexing is based on the tokio project.
Documentation
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"