Closed felixschorer closed 4 years ago
I'm happy to integrate it. However, I'm not sure how to. It looks like your wrapper requires changing the crate-type to "cdylib". Is there a way to make that conditional on a feature flag?
I would have added a second crate (i.e. python/cargo.toml
) which references the main crate.
Ah, that makes sense. Sure, I'd be happy to merge a PR that integrates it as another crate
I have written a small wrapper to compile the library to a native CPython module. Currently, it only features the high level Encoder/Decoder API. The code is part of that repository.
Shall I open a PR to integrate the code into this repository?