HackerTrans
TopNewTrendsCommentsPastAskShowJobs

krom

no profile record

comments

krom
·3 tahun yang lalu·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
·5 tahun yang lalu·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