3 releases (breaking)
0.3.0 | Dec 14, 2022 |
---|---|
0.2.0 | Jun 30, 2021 |
0.1.0 | Jun 2, 2021 |
#11 in #dma
268 downloads per month
12KB
223 lines
DMA-Buf Helper Library
The DMA-Buf mechanism in Linux is aimed at providing a way for the user-space to efficiently share memory buffers between multiple devices, without any copy.
This library provides a safe abstraction over this interface for Rust.
Dependencies
~2.5MB
~57K SLoC