

Lots of talk about the problems of implicit conversions. Which is known, and is the reason that rust does not have implicit conversions. But when it came to the heart of the article, the explanation of why unsigned is bad for sizes, it’s just:
- One example about wrapping in ring buffers.
- Saying “in the 90s there were a lot of problems”.
- The lower boundary “0” being near “normal” numbers.
I can see how you can think the 3rd one is an issue. But then the answer should be the java one of just removing unsigned. Since that issue is not exclusive to sizes, every unsigned use case has it.
It seems like the real problem here is having implicit conversions.







Depending on what you do, it will probably only be a few lines of rust. Most of the complexity would be in the DB setup and SQL queries. Since you’ll probably use an HTTP server crate that will handle all of that for you.
So, yes, it should be possible.
Even if you don’t intend to make it a UI project. You should still do a shitty UI. Otherwise you will spend more time testing it than actually developing it.