pmemkv
pmemkv copied to clipboard
Rust bindings
I create a repo for initial rust binding: https://github.com/photoszzt/pmemkv-rs Right now, it only contains bindgen generated c bindings.
This is very exciting! Please let me know if you have any questions or need any assistance. Thanks! --RobD
@RobDickinson I implemented the high-level API and write an example that's similar to the C++ example. There isn't too much documentation on the API so I don't include any document yet.
It's published in crates.io now. People can try it if interested.