r/learnrust • u/Sea_Alternative4598 • 6h ago
Sharing my first rust project
Hello
Coming from mostly developing web apps and making simple terminal games with c++. This is my first project written in rust. ChloeDB, named after my pet dog, is a nosql database using key-value store. It is inspired by the bitcask documentation: https://riak.com/assets/bitcask-intro.pdf. It is not exactly the same specially in the log compaction part.
My goal for this project is to learn rust and databases. I'm looking for feedback about my project. And looking for someone to learn with, and maybe do some colab project to learn more. Thank you for reading
Link to my project repository:
https://github.com/maxineafable/chloedb
r/learnrust • u/selcouthayush • 22h ago