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

Commit

Permalink
Link to miniserde-derive-enum crate
Browse files Browse the repository at this point in the history
Closes #10.
  • Loading branch information
dtolnay committed Oct 27, 2019
1 parent 36b6444 commit 543d1a5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,6 @@ Minimalist YAML parser with support for borrowed string slices<br>
<a href="https://github.com/dtolnay/request-for-implementation/issues/9">[Design]</a>
</td></tr></table>

<table><tr><td><ul><li></li></ul></td><td>
Miniserde derive macro that supports enums<br>
<a href="https://github.com/dtolnay/request-for-implementation/issues/10">[Design]</a>
</td></tr></table>

<table><tr><td><ul><li></li></ul></td><td>
Miniserde utilities library, like adapters for Display and FromStr<br>
<a href="https://github.com/dtolnay/miniserde/issues/3">[Origin]</a>
Expand Down Expand Up @@ -286,6 +281,15 @@ Wrapper to strip pseudo-JSON comments from an io::Read input stream<br>
</td></tr></table>
</blockquote>

<blockquote>
<table><tr><td><ul><li></li></ul></td><td>
Miniserde derive macro that supports enums<br>
<a href="https://github.com/dtolnay/request-for-implementation/issues/10">[Design]</a>
<a href="https://github.com/eupn/miniserde-derive-enum">[Outcome]</a>
</td></tr></table>
</blockquote>

<br>

<a name="procedural-macros"></a>
Expand Down

0 comments on commit 543d1a5

Please sign in to comment.