pmemkv icon indicating copy to clipboard operation
pmemkv copied to clipboard

Rust bindings

Open photoszzt opened this issue 6 years ago • 3 comments

I create a repo for initial rust binding: https://github.com/photoszzt/pmemkv-rs Right now, it only contains bindgen generated c bindings.

photoszzt avatar Apr 23 '19 20:04 photoszzt

This is very exciting! Please let me know if you have any questions or need any assistance. Thanks! --RobD

robfromboulder avatar Apr 23 '19 22:04 robfromboulder

@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.

photoszzt avatar Apr 26 '19 04:04 photoszzt

It's published in crates.io now. People can try it if interested.

photoszzt avatar Apr 26 '19 18:04 photoszzt