tokio-graphql 0.1.0

GraphQL implementation built on top of tokio-http2, topkio-proto and other async libraries.
Documentation
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"