setime

Results 6 comments of setime

I have a proposal for implementing an option to specify to which interfaces the mDNS responder shall bind. I am a new to Rust so my code will be for...

Thanks for the hint. Avoid a regex seems like a good idea. The main issue I had with the propose approach is that I am unable to recover if the...

Alright thanks for the hints. I will read up and try again ;)

I was able to write something up with `filter_map` and `map_err` as well as `unwrap_or_else()`. Looking at the rest of the code `unwrap_or_else()` seems the way to go and then...

I have created a [PR](https://github.com/librespot-org/librespot/pull/1071). Thanks for the help and advice. So far I like Rust.

I updated the wiki :).