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

#372 in Unix APIs

Download history 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 9/week @ 2024-05-30 41/week @ 2024-06-06 5/week @ 2024-06-13 3/week @ 2024-06-20

58 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