You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Create Rust bindings for the DPU library
Create Rust bindings for the lowlevel dpu-virtio-fs library and then reimplement the FUSE facilities in Rust
TODO
Figure out how to create rustbindings for an automake project
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: