2 releases

0.0.2 Jan 11, 2024
0.0.1 Jan 11, 2024

#442 in Hardware support

MIT license

11KB
203 lines

This crate implements a buffer interface for allocating memory and a buffer_ref interface for using shared zero copy slices of that memory.

These interfaces are designed to be used in high performance applications where cacheline alignment, SIMD instructions and zero-copy is important.

No runtime deps