mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 21:44:21 +01:00
This PR aims to add some more comments and documentation to the Rust binding. It also fixes an issue where you could not reuse the statement after it ran to completion or errored. Now the statement resets in those cases. Also implemented `Stream` for the Rows struct allowing users to leverage the built-in iterator like methods for better ergonomics. Closes #1905