HackerTrans
TopNewTrendsCommentsPastAskShowJobs

krom

no profile record

comments

krom
·há 3 anos·discuss
Isn't it more like, you understand the tiny portion of the source code easily, that fits on the screen/in your head?
krom
·há 5 anos·discuss
Pay attention to cargo features for crates. (Those are flags for crates, which also affect the dependency set needed by the crate affected.)

A lot of crates have a bunch of selectable features. Their defaults usually lead to many dependencies needed. If you carefully select those, you can cut down on dependencies a lot.

https://doc.rust-lang.org/cargo/reference/features.html