chmp / serde_arrow

Convert sequences of Rust objects to Arrow tables
MIT License
60 stars 17 forks source link

Remove `+?Sized` and `&` #215

Open chmp opened 1 month ago

chmp commented 1 month ago

Many methods (e.g., SchemaLike::from_value) currently take a reference, following serde_json::to_value it would be more flexible to take a value with Sized requirements, as this would include references as well.

Methods: