mbrobbel opened a new pull request, #4650:
URL: https://github.com/apache/arrow-rs/pull/4650
# Which issue does this PR close?
None.
# Rationale for this change
Both `BufferBuilder` and `MutableBuffer` provide methods to convert from a
`Vec`. These implementations provide these conversions through the `From` trait.
# What changes are included in this PR?
Implementations for `From<Vec<T>>` for `BufferBuilder` and `MutableBuffer`.
# Are there any user-facing changes?
Users can now use the `std::convert` traits to convert.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]