TheDan64 / limonite

[WIP] Compiler for the Limonite programming language.
Apache License 2.0
15 stars 3 forks source link

Remove/Replace rustc-serialize #46

Closed TheDan64 closed 7 years ago

TheDan64 commented 7 years ago

With rustc-serialize now officially deprecated, we should remove it. If there is functionality we need replaced, Serde should work as a replacement.