quic-rpc 0.16.0

A streaming rpc system based on quic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
edition                     = "2024"
unstable_features           = true
imports_granularity         = "Crate"
group_imports               = "StdExternalCrate"
reorder_imports             = true
format_code_in_doc_comments = true
force_explicit_abi          = true
max_width                   = 100
merge_derives               = true
newline_style               = "Unix"
remove_nested_parens        = true
reorder_modules             = true
use_field_init_shorthand    = false
use_small_heuristics        = "Default"
use_try_shorthand           = false