I am currently adding Arrow support to the parquet-rs crate and I found a need to get a mutable slice from a Buffer<T> to pass to the parquet column reader methods.
I am currently adding Arrow support to the parquet-rs crate and I found a need to get a mutable slice from a Buffer<T> to pass to the parquet column reader methods.