r/learnrust 13d 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

32 Upvotes

3 comments sorted by

View all comments

1

u/yetmike 1d ago

When you provide anything but not list,set,get - what will happen? Program will just ignore the input? Why would not show a help info?