Zeeshan Ali Khan
Zeeshan Ali Khan
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).
marked #299 as a duplicate of this issue
marked this issue as related to #299
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...
Is this still valid with the latest release?
mentioned in commit c21c86dc20d58d32162d70fa861024e91200323d
No deserialization needed here either.
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.