Skip to content

Commit 37400ff

Browse files
committed
Break up compile times and library support sections
1 parent 2c00a0a commit 37400ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

posts/2020-12-15-rust-survey-2020.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ Unsurprisingly, the more often people use Rust, the more they feel they are expe
8686

8787
![How would you rate your expertise in Rust? (Daily Rust users)](/images/2020-12-rust-survey-2020/rust-expertise-daily.svg)
8888

89-
### Better Support
90-
91-
Respondents noted that they would like to see improvements in certain language features as well as specific areas of library support.
89+
### Compile Times
9290

9391
One continuing topic of importance to the Rust community and the Rust team is improving compile times. Progress has already been made with 50.5% of respondents saying they felt compile times have improved. This improvement was particularly pronounced with respondents with large codebases (10,000 lines of code or more) where 62.6% citing improvement and only 2.9% saying they have gotten worse. Improving compile times are likely to be the source of significant effort in 2021, so stay tuned!
9492

95-
Additional topics for improvement include maturing the async programming story, more libraries for specific tasks not already covered by the crates.io ecosystem, more "blessed" libraries for common tasks, and continuing improvement of the IDE experience.
93+
### Library Support
94+
95+
In general, respondents seemed please with the growing library support in the Rust ecosystem with 65.9% of respondents saying they had seen at least some improvement and only 4.9% saying they hadn't seen any improvement. When asked what type of library support was missing most, GUI programming was the overwhelming answer with only 26.9% of respondents noting that this was an area of improvement in the last year.
9696

97-
When asked what type of library support was missing most, GUI programming was the overwhelming answer with only 26.9% of respondents noting that this was an area of improvement in the last year.
97+
Additional topics for improvement include maturing the async programming story, more libraries for specific tasks not already covered by the crates.io ecosystem, and more "blessed" libraries for common tasks.
9898

9999
### Community
100100

0 commit comments

Comments
 (0)