Crates.io | dma-buf |
lib.rs | dma-buf |
version | 0.4.0 |
source | src |
created_at | 2021-06-02 13:33:54.646257 |
updated_at | 2024-02-15 10:03:53.535757 |
description | Linux DMA-Buf Abstraction Library |
homepage | |
repository | https://github.com/mripard/dma-buf/ |
max_upload_size | |
id | 405296 |
size | 25,617 |
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.