←back to thread

235 points Klasiaster | 2 comments | | HN request time: 0s | source
Show context
akira2501 ◴[] No.41851912[source]
I personally dislike rust, but I love kernels, and so I'll always check these projects out.

This is one of the nicer ones.

It looks pretty conservative in it's use of Rust's advanced features. The code looks pretty easy to read and follow. There's actually a decent amount of comments (for rust code).

Not bad!

replies(2): >>41852794 #>>41855386 #
IshKebab ◴[] No.41852794[source]
Rust code is usually well commented in my experience.
replies(2): >>41853577 #>>41854248 #
iknowstuff ◴[] No.41854248[source]
for the downvoters: it’s true, and it’s because of rustdoc and doctests. comments become publicly browsable documentation, and any code contained within is run as a part of the test suite.
replies(1): >>41854277 #
1. 1oooqooq ◴[] No.41854277{3}[source]
think the downvotes are because of relevance. point was not using advanced rust features, not being documented
replies(1): >>41854310 #
2. forks ◴[] No.41854310[source]
I don't see how the relevance is in question. GGGP said "There's actually a decent amount of comments (for rust code)." GGP seems to be responding to that parenthetical.