furiosa-ai / device-api

APIs that offers NPU devices' information and allow to control the devices
Apache License 2.0
5 stars 8 forks source link

Derive serde to public items #39

Closed sukyoungjeong-furiosa closed 2 years ago

sukyoungjeong-furiosa commented 2 years ago

As guided by the Rust API guideline, implement serde's Serialize, Deserialize to public data structures.

sukyoungjeong-furiosa commented 2 years ago

우선 단순하게 #[derive(Serialize, Deserialize)] 을 썼는데 사용성에서 조악한 면이 있어서 개선을 하고 ready로 전환하겠습니다.