Devlog 5: Final touches
I’d already done most of the work–I just needed a few more minor things done before I could ship. These were:
- Make the TUI exit gracefully instead of just disappearing
- Add multi-threading
- Publish to crates.io
I’m proud to say that I’ve done all of those! Making the search tree dispatch threads was much easier than I thought it would be, especially considering I’m still pretty new to Rust. The TUI was simply adding a struct field of whether to exit. Publishing was a breeze, and I’ve now published 2 different versions.
All I need to do before I ship now is finish my README, which is just add a section about installing the project.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.