Hubert Banaszewski

Results 3 issues of Hubert Banaszewski

The current implementation of `Iterator` for `Deserializer` created by `from_reader` constructor is eager. Upon calling `next()` for the first time, it uses Loader to load all the contents via `read_to_end()`...

Currently, the crate does not implement the important feature of the mDNS - https://tools.ietf.org/html/rfc6762#section-7.1 It reduces network usage and is necessary element of mDNS. It is marked as MUST. Responder...

It would be helpful if README.md explained which features of mDNS this crate implements. [mDNS documentation](https://tools.ietf.org/html/rfc6762) If I am not mistaken, it performs queries in an approx-periodical way and gives...