Raj Sahae
Results
12
comments of
Raj Sahae
As an example, imagine we had the following rust enum ``` #[derive(Serialize, Deserialize)] enum RecordEnum { Inside { room: String }, Outside { street: String, zipcode: u16 }, } ```...
Initial draft MR https://github.com/chmp/serde_arrow/pull/222