dma-buf

Crates.iodma-buf
lib.rsdma-buf
version0.4.0
sourcesrc
created_at2021-06-02 13:33:54.646257
updated_at2024-02-15 10:03:53.535757
descriptionLinux DMA-Buf Abstraction Library
homepage
repositoryhttps://github.com/mripard/dma-buf/
max_upload_size
id405296
size25,617
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: 30

cargo fmt