dma-buf

Crates.iodma-buf
lib.rsdma-buf
version0.5.0
created_at2021-06-02 13:33:54.646257+00
updated_at2025-05-26 07:53:01.059343+00
descriptionLinux DMA-Buf Abstraction Library
homepage
repositoryhttps://github.com/mripard/dma-buf/
max_upload_size
id405296
size30,726
Maxime Ripard (mripard)

documentation

README

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.

Commit count: 85

cargo fmt