IBM / DPFS

DPU-Powered File System Virtualization over virtio-fs
GNU Lesser General Public License v2.1
60 stars 23 forks source link

Rust bindings #25

Open Peter-JanGootzen opened 1 year ago

Peter-JanGootzen commented 1 year ago

If this project is to be used for more long-term projects, it should move away from C and something more safe but low-level like Rust. The frequency of memory related bugs and undefined behavior is very high. The DPU library is in C, so two approaches are possible.

TODO