Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 262 Bytes

HACKING.md

File metadata and controls

6 lines (5 loc) · 262 Bytes

How to regenerate bindings

bindgen spdk/include/spdk/nvme.h --with-derive-default --whitelist-function "spdk_(env|nvme|dma|mempool).*" \ 
        --whitelist-type "spdk_(env|nvme|mempool).*" --generate functions,types  -- -Ispdk/include > src/clib.rs