EXC_BAD_ACCESS in boxed closure
|
|
5
|
123
|
May 6, 2025
|
Debugging some async code (BugStalker)
|
|
0
|
52
|
May 6, 2025
|
Why is the parameter type of the closure required to be explicitly specified?
|
|
1
|
97
|
May 6, 2025
|
What does the lifetime parameter in the signature denote in the POV of the body when the calling side infers it is `'static`?
|
|
3
|
70
|
May 6, 2025
|
TCP server fails to send data despite initial connection succeeding
|
|
0
|
50
|
May 6, 2025
|
Vec - Removing an element at an index without removing elmenet
|
|
5
|
139
|
May 6, 2025
|
Trait Bounds Puzzle (simplified)
|
|
1
|
64
|
May 6, 2025
|
Using objc2 crate to set AVCaptureVideoDataOutput video settings causes fatal runtime error: "Rust cannot catch foreign exceptions"
|
|
2
|
73
|
May 5, 2025
|
Learning Rustdoc
|
|
2
|
102
|
May 5, 2025
|
UnixStream blocking on read even when messages present in socket
|
|
5
|
108
|
May 5, 2025
|
Trying to use `click` Event Closures in `web_sys`
|
|
0
|
44
|
May 5, 2025
|
Consequences of annotating every single crate function with `track_caller` attribute
|
|
11
|
227
|
May 5, 2025
|
Assert! message best pratices?
|
|
4
|
143
|
May 5, 2025
|
Help making this statement a bit more intuitive?
|
|
7
|
129
|
May 5, 2025
|
missing linker lssh ubuntu compile failed
|
|
3
|
64
|
May 5, 2025
|
Stream File Into Memory
|
|
6
|
244
|
May 5, 2025
|
Stack overflow / SIGSEGV on copying u32 arrays
|
|
2
|
133
|
May 5, 2025
|
Rust function to generate a temporary filename without creating file
|
|
2
|
132
|
May 4, 2025
|
Variance not being the whole story?
|
|
37
|
448
|
May 4, 2025
|
Using a global RNG (alternatives to static mut)
|
|
24
|
249
|
May 4, 2025
|
Generic type known only at runtime
|
|
3
|
103
|
May 4, 2025
|
How to call async fn in a sync fn in asyn runtime
|
|
3
|
86
|
May 4, 2025
|
Allowing syscalls in wasmtime for dynamically loaded plugins
|
|
6
|
102
|
May 4, 2025
|
Dyn Any changes TypeId?
|
|
4
|
118
|
May 4, 2025
|
GDB breakpoint and step on chained method
|
|
0
|
41
|
May 4, 2025
|
The weird behavior of raw pointer and alloc on Windows
|
|
26
|
427
|
May 4, 2025
|
Running `rustdoc` isn't working
|
|
2
|
51
|
May 3, 2025
|
Downcasting a value stored in HashMap and returning Option<&T>
|
|
6
|
97
|
May 3, 2025
|
SIMD (glam) slower than scalar version
|
|
5
|
194
|
May 3, 2025
|
Implementing From for a struct with a generic type parameter
|
|
6
|
167
|
May 3, 2025
|