DEV Community

Discussion on: What would SQLite look like if written in Rust? — Part 3

Collapse
 
duridah profile image
durid-ah

Great article! These articles caught my attention because I had started doing the same thing (following cstack's C tutorial but write it in Rust). Every once in a while I have come back to take peek and see how you have done certain things. This exercise has definitely helped me better understand how to work around Rust's memory safety limitations compared to how the code would look like in C.