maciejkula / rustlearn

Machine learning crate for Rust
Apache License 2.0
616 stars 55 forks source link

Serde #36

Open dtolnay opened 7 years ago

dtolnay commented 7 years ago

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.

maciejkula commented 7 years ago

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 commented 7 years ago

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

fee1-dead commented 3 years ago

Should this be closed since #39 is merged?