dtolnay / miniserde

Data structure serialization library with several opposite design goals from Serde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for `char`

jgouly opened this issue · comments

It looks like there is no implementation for Serialize / Deserialze of chars?
Is there a specific reason for that?

I'd prefer not to add this. You can use String for that data instead, or use Serde.