vimpunk
vimpunk
Hi! I've been playing around with your crate and it's really nicely put together. Thank you for your work. The only issue I've found so far is that reporting of...
This avoids confusion and unifies the interface. Suggested in #61.
Hello, first of, apologies if this is not the right place to ask. I cannot for the life of me figure out how to get this plugin to work. I...
This is a feature request for the `Buf` trait to provide an API to peek at an integer of the buffer without advancing the underlying cursor. E.g. there is [`get_u32`](https://docs.rs/bytes/0.5.4/bytes/buf/trait.Buf.html#method.get_u32)...
I'm wondering how to integrate grpc-rs with the futures/tokio ecosystem on stable rust. As far as I understand grpc-rs uses the IO reactor of grpc-core, so there isn't a way...
**Describe the bug** When I define an enum in protobuf with the variants in the correct style (ALL_CAPS_UNDERSCORES), the generated rust enum's variants are also in the same style. **Expected...
Tracking issue for implementing the [BitTorrent DHT](https://www.bittorrent.org/beps/bep_0005.html).
It's a fairly easy win yet it's a very useful feature as most trackers nowadays communicate over UDP rather than HTTP.
Place limit on in-memory write buffer to not cause OOM. This should be configurable.