@@ -49,7 +49,7 @@ Type: select one (optional)
49
49
50
50
## Workflows
51
51
52
- ### How do you build your Rust projects ?
52
+ ### Which builds system do you use to build Rust code ?
53
53
54
54
Type: select all that apply (optional)
55
55
@@ -58,6 +58,15 @@ Type: select all that apply (optional)
58
58
- I combine Cargo and another build system
59
59
- If you use other build system(s), which ones do you use? (open response)
60
60
61
+ ### How do you build your Rust projects?
62
+
63
+ Type: select all that apply (optional)
64
+
65
+ - On my local computer
66
+ - On CI infrastructure
67
+ - On a remote or cloud server
68
+ - Other (open response)
69
+
61
70
### Which compilation workflows are the most important to you?
62
71
63
72
Please rate how important are the following compilation workflows to you, and how much do you currently struggle with their performance currently.
@@ -79,7 +88,7 @@ Priority:
79
88
- Important, compile times are acceptable for me
80
89
- Important, compile times are a blocker for me
81
90
82
- ### Do you have any other compilation workflow that you would like to mention?
91
+ ### Do you have any other Rust development workflow that you would like to mention?
83
92
84
93
Type: open response (optional)
85
94
@@ -137,6 +146,7 @@ Commands:
137
146
- ` cargo check ` and ` cargo clippy ` not sharing compilation cache
138
147
- Waiting for an IDE to show me inline error/warning annotations
139
148
- ` cargo ` rebuilding everything from scratch and I do not understand why
149
+ - ` cargo ` and my IDE blocking each other
140
150
141
151
Priority:
142
152
0 commit comments