5 ms·
An annotation of the Rust standard library
- mdup 11y agoIf you're wondering where the content actually is, take a look at the commit, where comments are written alongside the code: https://github.com/brson/annotated-std-rs/commit/e50c2b16455ceff29488bf1f058b6c10906ef990 https://github.com/brson/annotated-std-rs/commit/e50c2b16455...
- taternuts 11y agoStill not very much content - not sure if this was worth posting yet
- biggest_lou 11y agoI suspect this is the kind of thing that wasn't posted to HN by the original content creator
- bronson 11y agoNo, but it demonstrates a neat way to use github. Next time someone asks me to annotate some code, rather than fighting with a word doc or throwing gazillions of comments inline, I'm going to try this out.
- Animats 11y agoIt looks like Rust picks up where GCC left off in terms of compile options. I hope this gets cleaned up in later releases as features either become stable or are dropped. This looks like heavy technical debt from the startup phase.
- kibwen 11y agoStabilizing the features used in the standard library is an ongoing process, yes.