mripard / dma-buf

Linux dma-buf Abstraction in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Linux dma-buf Abstraction in Rust

License:MIT License


Languages

Language:Rust 100.0%