|
Is there a way to emulate the following `ptr_metadata`-dependent code on stable Rust?
|
|
12
|
199
|
May 15, 2026
|
|
Defining range of valid values for a type
|
|
0
|
94
|
May 15, 2026
|
|
How can I call Struct::func when Trait::func exists?
|
|
4
|
135
|
May 15, 2026
|
|
Workspace dependencies on vNext but samples with vCurrent?
|
|
11
|
170
|
May 15, 2026
|
|
Why does this snippet fail to compile?
|
|
9
|
208
|
May 14, 2026
|
|
Linker Issue on FreeBSD
|
|
3
|
144
|
May 14, 2026
|
|
Any hacks to get spans with serde?
|
|
9
|
425
|
May 13, 2026
|
|
Casting from NonNull (how does it work?)
|
|
2
|
192
|
May 13, 2026
|
|
Help with data structures with self-referential nested elements
|
|
13
|
240
|
May 13, 2026
|
|
Iced + impl Program for MyApp + canvas::Program: Unable to setup app program
|
|
9
|
188
|
May 12, 2026
|
|
Advantages to implementing `FusedIterator` on non-public type
|
|
6
|
179
|
May 12, 2026
|
|
Runtime/Comptime configuration of an object
|
|
3
|
164
|
May 12, 2026
|
|
How compiler works with uninitialized memory?
|
|
25
|
666
|
May 12, 2026
|
|
Error due to version mismatch between Rust Analyzer and Proc Macro server
|
|
8
|
218
|
May 11, 2026
|
|
Diesel chain inner joins
|
|
2
|
147
|
May 10, 2026
|
|
Basic Object Oriented Programming in Rust
|
|
123
|
3630
|
May 9, 2026
|
|
Trait binding error with axum
|
|
3
|
92
|
May 9, 2026
|
|
Rust ownership error when pushing String into Vec<String>
|
|
6
|
216
|
May 9, 2026
|
|
Mutable/immutable borrow conflict for "scan for a key to remove from a map" pattern - how to resolve?
|
|
19
|
385
|
May 9, 2026
|
|
How do I use an if or match statement and ignore all but one condition being true
|
|
3
|
170
|
May 8, 2026
|
|
How to debug malloc(): corrupted top size Aborted (core dumped)
|
|
7
|
219
|
May 8, 2026
|
|
Writing jpg into PDF
|
|
5
|
219
|
May 8, 2026
|
|
Transforming normal implementation to simd
|
|
1
|
153
|
May 8, 2026
|
|
Best practice for retriving value from hashmap
|
|
12
|
524
|
May 7, 2026
|
|
Surprising(?) unused variable
|
|
7
|
239
|
May 7, 2026
|
|
Leniently parsing data into strictly typed form while staying interoperable with the horrible 3rd party implementations out there
|
|
4
|
150
|
May 7, 2026
|
|
Is `&mut T -> &mut ManuallyDrop<T>` well-defined and sound?
|
|
5
|
238
|
May 7, 2026
|
|
Fixing Polars 0.37 compilation errors: Hashbrown 0.17 dependency conflict and decimal parsing
|
|
1
|
133
|
May 7, 2026
|
|
How do I build completely offline?
|
|
7
|
348
|
May 7, 2026
|
|
Would you use this? — fixtura, declarative fake data injection for tests
|
|
0
|
98
|
May 6, 2026
|