Patissiere
I’ve made my own pastebin with Axum to get some practice making simple web apps. You can check it out here. I’m quite happy with how it turned out.
Chip-8 emulator
I have finished the flags test:

Now I am working on getting input working correctly. I can read keys from the keyboard, but I’m having trouble halting execution while waiting for a key press. You can check out the source here.
I’m going to need to learn a lot more before I can tackle a GameBoy emulator.
untitled rust forum engine
After seeing how easy Axum is, I feel like I could make my own forum. This is a much larger project, so I’m going to be planning things for a while.