jamesmunns / postcard

A no_std + serde compatible message library for Rust
Apache License 2.0
874 stars 87 forks source link

Tracking issue: Unsupported `serde` attributes #125

Open jamesmunns opened 8 months ago

jamesmunns commented 8 months ago

CC:

How to handle this?

elrafoon commented 8 months ago

I'm going to investigate #122.

samtay commented 2 months ago

FYI I also have deserialization issues when using deserialize_with.

dns2utf8 commented 2 weeks ago

I made a PoC for the skipping: https://github.com/jamesmunns/postcard/pull/174