6 releases (3 breaking)

0.4.0 Feb 15, 2024
0.3.1 Jan 15, 2024
0.3.0 Dec 14, 2022
0.2.1 Jan 15, 2024
0.1.0 Jun 2, 2021

#370 in Unix APIs

Download history 7/week @ 2024-01-18 1/week @ 2024-02-01 22/week @ 2024-02-08 142/week @ 2024-02-15 101/week @ 2024-02-22 24/week @ 2024-02-29 12/week @ 2024-03-07 22/week @ 2024-03-14 27/week @ 2024-03-28 21/week @ 2024-04-04 19/week @ 2024-04-25 33/week @ 2024-05-02

52 downloads per month
Used in videostream

Custom license

22KB
274 lines

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.

Dependencies

~2–11MB
~128K SLoC