quinn icon indicating copy to clipboard operation
quinn copied to clipboard

Debug formatting could be improved

Open gretchenfrage opened this issue 1 year ago • 1 comments

For example, when trying to print a quinn::Endpoint, when it gets to recv_buf, it just prints a list of many many integers with little discernible meaning. Possibly would be worth looking for a crate that enhances derive debugging with the ability to attribute structs with fields to ignore rather than doing it manually.

gretchenfrage avatar Apr 15 '24 04:04 gretchenfrage