Zeeshan Ali Khan

Results 438 comments of Zeeshan Ali Khan
trafficstars

Ah gotcha. Sorry, your issue came super late at night. 😀 This should be quite trivial actually. Care to contribute? Just check [how serde serializes those types](https://github.com/serde-rs/serde/blob/master/serde/src/ser/impls.rs) and do a...

It would be best if we could also support `serde(skip)` (if possible).

In GitLab by @danieldg on Nov 7, 2021, 22:01 Things that wouldn't be doable without `std`: - `OwnedFd` or any file descriptor support at all. - `Dict` uses `HashMap` which...

mentioned in commit c21c86dc20d58d32162d70fa861024e91200323d

I never saw the point of local **named** functions. Especially here, it takes a `Message` as arg so definitely deserves to be a method of `Message` taking `self` arg.

same here, should be a separate method/function.