Email or username:

Password:

Forgot your password?
9 comments
starfrost

@nonfedimemes The smallest rust project produces 8.7 gigabytes of build artifacts and includes 84,385 crates

MinekPo1

@starfrost @nonfedimemes honestly I once had a speedrun timer tool which weighed more than a small os (both made in rust)

Terrain

@nonfedimemes basic calculator should be replaced with compiler imo (that was my first rust project)

Richard Hector

@nonfedimemes Simplicity is all very well, but I think a base 1 calculator might be a bit too limited ...

Jacket

@nonfedimemes A game engine and an operation system are not that hard to do if you stick to the basics and have the proper knowledge. I would still not label it as a quick start. What I mean is that they all use the same concept fundamentally so they end up with similar classes. It's easier to implement then what it looks like.

Hank G ☑️
@nonfedimemes Reminds me of engineering, math, or development manuals. They do some facile problem showing the principle and then throw a problem that is 1-2 orders of magnitude more complicated at you.
Go Up