nathanielc deleted the fix/rust-duplicate-unused-import branch June 20, 2024 14:17 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers No reviews Assignees No one assigned Labels Enhancement: Code Cleanup Server: Rust Projects None...
Rust bindings for the Python interpreter. Contribute to PyO3/pyo3 development by creating an account on GitHub.
/// Zero copy buffer slice shared between Rust and Node.js. /// /// It can only be used in non-async context and the lifetime is bound to the fn closure. /// /// If you want to use Node.js Buffer in async context or want to extend the lifetime, use `Buffer` instead. pub...