neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
893 stars 187 forks source link

Enable Rust Extension for Faster PackStream #979

Closed robsdedude closed 10 months ago

robsdedude commented 10 months ago

This PR does not contain any Rust extension. It just enables adding one by trying to import it and falling back to the existing pure Python implementation if no Rust extension is installed.