Use clippy fix as code actions in rust-analyzer
|
|
1
|
78
|
June 4, 2023
|
Use Rust in a project name
|
|
2
|
164
|
June 4, 2023
|
Confused about Infallible associated type when I seem to set it to something else
|
|
4
|
78
|
June 3, 2023
|
VSCode/rust-analyzer - doesn't function in /tests folder
|
|
3
|
87
|
June 3, 2023
|
Batch insertion using bb8_postgres crate with parameter binding
|
|
1
|
63
|
June 3, 2023
|
Why Rust std::thread ::spawn faster then std::thread in c++?
|
|
15
|
1525
|
June 3, 2023
|
Polars example using list() function has compile error `can't find list`
|
|
8
|
98
|
June 3, 2023
|
Offline general purpose build container
|
|
6
|
110
|
June 3, 2023
|
Intellij incorrect error
|
|
5
|
100
|
June 3, 2023
|
Publish To cargo Always Fails?
|
|
1
|
75
|
June 3, 2023
|
&mut before a closure meaning?
|
|
8
|
119
|
June 3, 2023
|
Control the timing of dynamic allocation
|
|
11
|
223
|
June 3, 2023
|
Why is a `&mut` references to a `Send` type not automatically `Sync`?
|
|
27
|
485
|
June 3, 2023
|
What is the right way to serve a dir and handle 404 with axum?
|
|
1
|
158
|
June 3, 2023
|
chrono::NaiveDateTime to chrono::DateTime<tz>
|
|
1
|
104
|
June 3, 2023
|
Crate of the Week
|
|
1180
|
201529
|
June 3, 2023
|
Minimal Rocket app generates probably enormous amount of heap allocations
|
|
4
|
268
|
June 2, 2023
|
How to get output length from std::fmt without actually writing (no heap allocation)
|
|
1
|
92
|
June 3, 2023
|
Practical guides on no_std and wasm support
|
|
2
|
149
|
June 3, 2023
|
How to read bigend data from tcpstream
|
|
2
|
95
|
June 3, 2023
|
Is it correct to use cdylib not in the context of ffi
|
|
2
|
109
|
June 3, 2023
|
Is this the most idiomatic way to filter text?
|
|
4
|
165
|
June 2, 2023
|
Superfluous lifetime 'b in function parameter - expecting compiler error
|
|
3
|
89
|
June 2, 2023
|
Need help for transitive linking of C libraries from their Rust sys crate wrappers
|
|
2
|
127
|
June 2, 2023
|
How to include a static .lib into a lib crate so that binary crates that depend on the lib crate don't need to static .lib?
|
|
2
|
95
|
June 2, 2023
|
`connection` does not live long when passed to async closure
|
|
1
|
74
|
June 2, 2023
|
Can read() overflow a buffer?
|
|
21
|
447
|
June 2, 2023
|
Using gcc built by crosstool-ng
|
|
6
|
151
|
June 2, 2023
|
How main function's stack frame takes the return value from the other function's stack frame?
|
|
9
|
155
|
June 2, 2023
|
[Newbie] Having difficulties with traits and implementations
|
|
20
|
189
|
June 2, 2023
|