Clippy nursery and const fns
|
|
8
|
169
|
February 13, 2025
|
Rust axum sqlx postgres, separate vars in .env in database connection
|
|
5
|
77
|
February 6, 2025
|
Why Rust use indirect call to memcpy while Clang use direct one?
|
|
5
|
402
|
February 13, 2025
|
Deadlock when cross compile mutex and tokio to arm64
|
|
11
|
115
|
February 13, 2025
|
Seeing memory corruption in production. Could it be unsafe code? How can I debug this issue?
|
|
6
|
235
|
February 13, 2025
|
std::default::Default trait with Result?
|
|
5
|
102
|
February 13, 2025
|
Windows ERROR_INVALID_FUNCTION and device type detection
|
|
2
|
60
|
February 12, 2025
|
How to think about baseline performance around big structs
|
|
9
|
229
|
February 12, 2025
|
Idiomatic way to pass nested slices from C to rust
|
|
1
|
86
|
February 12, 2025
|
Why we need to specify the lifetime variable for opaque type in return position?
|
|
6
|
126
|
February 12, 2025
|
This is a real example of Rust's slow build times for development, can you spot the issue?
|
|
13
|
738
|
February 12, 2025
|
Boolean arguments in clap
|
|
4
|
95
|
February 12, 2025
|
How to write documentation which could be tested
|
|
7
|
137
|
February 12, 2025
|
Optimizing Incremental Compilation in a Hexagonal Architecture Project with Rust
|
|
2
|
190
|
February 12, 2025
|
How to auto-build binaries on GitHub release?
|
|
7
|
144
|
February 12, 2025
|
Single-threaded LSP server?
|
|
6
|
77
|
February 12, 2025
|
Format! like functionality in const fn to generate a &'static str
|
|
8
|
180
|
February 12, 2025
|
Aliasing of Mutable References
|
|
10
|
130
|
February 12, 2025
|
Build library as binary with `#[no_main]`
|
|
18
|
252
|
February 12, 2025
|
Why are function definitions (and items more broadly) scoped the way they are?
|
|
16
|
513
|
February 12, 2025
|
Request: run this Winit test on Windows, maybe Mac
|
|
8
|
201
|
February 12, 2025
|
I brought the Ferris to Docs.rs
|
|
0
|
95
|
February 12, 2025
|
Preferred way to bundle data with `cargo install`
|
|
2
|
70
|
February 12, 2025
|
Testing tracing in tokio
|
|
1
|
50
|
February 12, 2025
|
How to return errors from tower layers?
|
|
2
|
87
|
February 12, 2025
|
Best solution for structuring code where multiple objects need to refer to a "context"
|
|
5
|
183
|
February 11, 2025
|
Help with managing dependencies
|
|
11
|
97
|
February 11, 2025
|
Internal Implementation of crossbeam
|
|
2
|
108
|
February 11, 2025
|
How to encrypt a large chunked plaintext using AEAD?
|
|
4
|
61
|
February 11, 2025
|
Iterator for memory optimisation with midi2 trait
|
|
8
|
152
|
February 11, 2025
|