ewilken / hap-rs

Rust implementation of the Apple HomeKit Accessory Protocol (HAP)
Apache License 2.0
197 stars 35 forks source link

Fixing issue #16 #17

Closed voider1 closed 5 years ago

voider1 commented 5 years ago

This PR will solve issue #16 by using serde's derive feature, which allows us to import Deserialize once instead of having to import it twice.

ewilken commented 5 years ago

Thanks a lot! :) v0.0.7 with the fix is published to crates.io.