gitAdrianK / pir-radiostation-analyser

"Programmieren in Rust" Course Project
MIT License
2 stars 1 forks source link

[De]serialisation via serde. #8

Closed gitAdrianK closed 7 years ago

gitAdrianK commented 7 years ago

Currently the #derive(Serialize, Deserialize) used for easy implementation is only supported by rust 1.15 and higher. Luckily it should be released tomorrow (2.2.2017).

gitAdrianK commented 7 years ago

Version 1.15 is now out.