mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
this commit changes the btree_destroy() signature to return an Option<usize>. This more closely resembles Rust semantics instead of passing a pointer to a usize. However, I'm unsure if I'm handling the cursor result correctly