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

Issue #18 completed with serde_with #31

Merged
merged 1 commit into from
Jun 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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