Implement Rust FFI for SPDK. From hello_nvme_bdev_rust_wrapper example, everything seems to work. However, there is some small bug in the program (e.g., drop(poller) crashes the program). However, let's move on right now.
Also, SPDK is going through changes about their threading model and soon, they might have better support for Rust & Tokio (here)
Implement Rust FFI for SPDK. From
hello_nvme_bdev_rust_wrapper
example, everything seems to work. However, there is some small bug in the program (e.g.,drop(poller)
crashes the program). However, let's move on right now.Also, SPDK is going through changes about their threading model and soon, they might have better support for Rust & Tokio (here)