About the Uncategorized category
|
|
0
|
46
|
November 1, 2024
|
Using AI to generate Rust code
|
|
25
|
465
|
April 26, 2025
|
Help. AI has out smarted me!
|
|
2
|
39
|
April 26, 2025
|
Bailing from an iter chain
|
|
6
|
166
|
April 25, 2025
|
What is the most efficient way to learn Rust?
|
|
21
|
374
|
April 25, 2025
|
Out od curiosity, why Rust insisted on the case?
|
|
3
|
174
|
April 25, 2025
|
Creating database within rust code
|
|
1
|
117
|
April 25, 2025
|
Sign_digest_with_rng() don't work with new ThreadRng - how to fix?
|
|
7
|
66
|
April 24, 2025
|
Simple Runge-Kutta - are all this cloning needed?
|
|
6
|
271
|
April 24, 2025
|
Introduction to me
|
|
2
|
154
|
April 24, 2025
|
Getting started with Rust and JSON
|
|
10
|
248
|
April 24, 2025
|
Is this 'good' rust style for 'call chaining'
|
|
5
|
258
|
April 23, 2025
|
Event programming problem because of Rc vs Arc
|
|
10
|
312
|
April 23, 2025
|
Arc<Mutex function shortcut
|
|
2
|
87
|
April 23, 2025
|
Rust without Macros
|
|
3
|
256
|
April 23, 2025
|
? operator - propagating Result, Option errors: try block vs anonymous function
|
|
6
|
120
|
April 23, 2025
|
Idea: synthetic enum, error specification and auto deduction
|
|
3
|
86
|
April 23, 2025
|
Structs and odd integer types
|
|
15
|
263
|
April 23, 2025
|
Number parsers that 'try', like strtoll
|
|
5
|
271
|
April 22, 2025
|
Control Flow Block Code Comments
|
|
6
|
125
|
April 22, 2025
|
I know nothing about programming or advanced computer stuff
|
|
29
|
627
|
April 22, 2025
|
Accept closure as trait which is implemented by all fn-pointer
|
|
4
|
69
|
April 22, 2025
|
Please modify this small program to make it safe
|
|
4
|
155
|
April 22, 2025
|
Todo!() for types
|
|
6
|
153
|
April 21, 2025
|
How to deserialize reqwest to JSON or other struct?
|
|
4
|
73
|
April 21, 2025
|
Question regarding dynosaur crate and transmute
|
|
5
|
95
|
April 21, 2025
|
Is it safe to acquire an `&'static T` from a thread local storage of `T` if `T: !Sync`?
|
|
2
|
93
|
April 21, 2025
|
How vec.dedup_by works
|
|
1
|
98
|
April 21, 2025
|
Introducing Crust. Like C/C++ but C/Rust
|
|
44
|
1217
|
April 21, 2025
|
Compiler/clippy keeps reporting on fixed issues
|
|
1
|
70
|
April 21, 2025
|