linux-nvme-sys 0.4.0

Rust bindgen for nvme on linux
Documentation
1
2
3
4
5
6
#ifndef NVME_MODEL_H
#define NVME_MODEL_H

char *nvme_product_name(int id);

#endif