rustlearn icon indicating copy to clipboard operation
rustlearn copied to clipboard

Serde

Open dtolnay opened this issue 8 years ago • 3 comments

According to the readme:

Model serialization is supported via rustc_serialize. This will probably change to serde once compiler plugins land in stable.

Serde is stable now, so this should be ready to go.

dtolnay avatar Jul 23 '17 17:07 dtolnay

You are quite right. Would you be willing to make a PR?

Otherwise I'll stick this in my backlog and get round to it when I have time.

maciejkula avatar Jul 26 '17 16:07 maciejkula

Also: thank you for the amazing work on Serde. I always use it as a key selling point in my Rust proselytising.

maciejkula avatar Jul 26 '17 16:07 maciejkula

Should this be closed since #39 is merged?

fee1-dead avatar Nov 04 '20 04:11 fee1-dead