Commits


Jorge C. Leitao authored and Andrew Lamb committed e4784d34715
ARROW-11105: [Rust] Migrated MutableBuffer::freeze to From<MutableBuffer> for Buffer A backward incompatible modification of the `MutableBuffer`'s API to use `std`'s trait for convertion to `Buffer`. `std` offers a trait exactly for this. This PR just uses it. Closes #9067 from jorgecarleitao/from_mutable Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>