| Crates.io | dma-buf |
| lib.rs | dma-buf |
| version | 0.5.0 |
| created_at | 2021-06-02 13:33:54.646257+00 |
| updated_at | 2025-05-26 07:53:01.059343+00 |
| description | Linux DMA-Buf Abstraction Library |
| homepage | |
| repository | https://github.com/mripard/dma-buf/ |
| max_upload_size | |
| id | 405296 |
| size | 30,726 |
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.