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

Commit 0a52fc5

Browse files
authored
Merge pull request #32 from dtolnay/prefix
Link to serde_prefix crate
2 parents dfb6eb8 + 4a94871 commit 0a52fc5

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,6 @@ type<br>
187187
<a href="https://github.com/dtolnay/request-for-implementation/issues/17">[Design]</a>
188188
</td></tr></table>
189189

190-
<table><tr><td><ul><li></li></ul></td><td>
191-
Attribute macro to apply prefix to name of serialized fields or variants<br>
192-
<a href="https://github.com/serde-rs/serde/pull/1426">[Origin]</a>
193-
194-
<a href="https://github.com/dtolnay/request-for-implementation/issues/19">[Design]</a>
195-
</td></tr></table>
196-
197190
<table><tr><td><ul><li></li></ul></td><td>
198191
Wrapper to strip pseudo-JSON comments from an io::Read input stream<br>
199192
<a href="https://github.com/serde-rs/json/pull/514">[Origin]</a>
@@ -256,6 +249,17 @@ Derive macro to compute Bincode size of type<br>
256249
</td></tr></table>
257250
</blockquote>
258251

252+
<blockquote>
253+
<table><tr><td><ul><li></li></ul></td><td>
254+
Attribute macro to apply prefix to name of serialized fields or variants<br>
255+
<a href="https://github.com/serde-rs/serde/pull/1426">[Origin]</a>
256+
257+
<a href="https://github.com/dtolnay/request-for-implementation/issues/19">[Design]</a>
258+
259+
<a href="https://github.com/jonathan-s/serde-prefix">[Outcome]</a>
260+
</td></tr></table>
261+
</blockquote>
262+
259263
<br>
260264

261265
<a name="procedural-macros"></a>

0 commit comments

Comments
 (0)