MemoryModule icon indicating copy to clipboard operation
MemoryModule copied to clipboard

Creation of Rust bindings

Open indygreg opened this issue 4 years ago • 0 comments

Thank you for this terrific library!

I had a need to use this library from my Rust project PyOxidizer (indygreg/PyOxidizer). I hope you don't mind, but I took the liberty of creating a memory-module-sys crate that exposes the raw C interface to Rust code. The crate is now published at https://crates.io/crates/memory-module-sys. The (very basic) code lives at indygreg/rs-memory-module-sys.

If you want me to transfer ownership of the crate to your name, mark you as an author/maintainer, or want to accept the Rust code into this repository so it can live next to the canonical library, want the docs updated, etc, I would be more than willing to do that.

I very much don't want you to be unhappy about the state of the Rust crate and if there's anything you want to make its existence easier on you, let me know.

Please let me know if there's anything I can do with regards to the Rust crate. Otherwise, feel free to close this issue as unactionable.

Again, thank you for this library!

indygreg avatar Feb 26 '20 22:02 indygreg