pub struct Buffer<T> { /* private fields */ }Expand description
An opaque Blosc-compressed buffer.
It can be safely decompressed back into an array of the original type.
pub struct Buffer<T> { /* private fields */ }An opaque Blosc-compressed buffer.
It can be safely decompressed back into an array of the original type.