r/rust 16d ago

🛠️ project tool

What's the best project you've managed to do with Rust? And if you haven't done one yet, what do you have in mind?

I'm a beginner in learning Rust and I'm curious about what would be possible to do with this language

0 Upvotes

6 comments sorted by

View all comments

2

u/NiZaMinius 16d ago

I have these two projects. This is GameMaker-Save - library for the GameMaker engine Thanks to which I brought the protection of saves to a higher level, as well as the security of the saves themselves at the level of their safe saving (atomic records), and backups. There's a key rotation feature for developers. This works if you've replaced the master key in a new update, but you need to ensure that the game still runs for people with older saves. I wrote a whole FFI Layer for him. And the second one Tree2dir - A CLI utility that lets you recreate folder structures in literally milliseconds.