Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python wrapper #68

Open
cocool97 opened this issue Dec 1, 2024 · 2 comments
Open

Python wrapper #68

cocool97 opened this issue Dec 1, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@cocool97
Copy link
Owner

cocool97 commented Dec 1, 2024

Check if using pyo3 library could help us creating a native Python module in Rust.

If this is possible, this would be nice to also publish this crate on pypi.

@cocool97 cocool97 added the enhancement New feature or request label Dec 1, 2024
@tan9-net
Copy link

tan9-net commented Dec 2, 2024

Yes, you can use the pyo3 library to create a native Python module in Rust. pyo3 is a powerful library that allows you to write native Python extensions in Rust. This enables you to leverage Rust's performance and safety features while providing a Python interface for your code.

@cocool97
Copy link
Owner Author

cocool97 commented Dec 2, 2024

Would you like to work on a POC to use this library in Python ?

This is not in my priorities for the next few weeks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants