Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #31 from jonathan-s/patch-1
Browse files Browse the repository at this point in the history
Issue #18 completed with serde_with
  • Loading branch information
dtolnay authored Jun 19, 2019
2 parents e1e9fe7 + 3c5d29e commit bea70a5
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,6 @@ type<br>
<a href="https://github.com/dtolnay/request-for-implementation/issues/17">[Design]</a>
</td></tr></table>

<table><tr><td><ul><li></li></ul></td><td>
Attribute macro to skip serializing all fields of Option type<br>
<a href="https://github.com/serde-rs/serde/issues/947">[Origin]</a>
<a href="https://github.com/dtolnay/request-for-implementation/issues/18">[Design]</a>
</td></tr></table>

<table><tr><td><ul><li></li></ul></td><td>
Attribute macro to apply prefix to name of serialized fields or variants<br>
<a href="https://github.com/serde-rs/serde/pull/1426">[Origin]</a>
Expand All @@ -219,6 +212,17 @@ Macro to serialize and deserialize trait object using internal type tag<br>
</td></tr></table>
</blockquote>

<blockquote>
<table><tr><td><ul><li></li></ul></td><td>
Attribute macro to skip serializing all fields of Option type<br>
<a href="https://github.com/serde-rs/serde/issues/947">[Origin]</a>
<a href="https://github.com/dtolnay/request-for-implementation/issues/18">[Design]</a>
-
<a href="https://github.com/jonasbb/serde_with/pull/46">[Outcome]</a>
</td></tr></table>
</blockquote>

<blockquote>
<table><tr><td><ul><li></li></ul></td><td>
Derive macro to derive Default from Serde default attributes<br>
Expand Down

0 comments on commit bea70a5

Please sign in to comment.