dma-buf 0.3.0

Linux DMA-Buf Abstraction Library
Documentation
1
2
3
4
5
6
# 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.