hatoo
hatoo
https://code.visualstudio.com/docs/editor/userdefinedsnippets VScode's snippet has a description field and it would be good to support generate description field by `cargo-snippet`. Maybe generating a description from doc comment would be good.
https://github.com/hatoo/cargo-snippet/pull/18#issuecomment-615835448 We are printing doc attribute as `///` using text processing. #14 However, there is an option in rustfmt, [normalize_doc_attributes](https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#normalize_doc_attributes) but it's not stable. It's good to use this option...
would be good
Currently, `oha` shows the sum of the HTTP body. But showing in/out TCP bandwidth is better. I think it's hard to implement because all communication is abstracted by `hyper`.
It is interesting to emit logs that compatible with vegeta. https://github.com/tsenart/vegeta