|
About the uncategorized category
|
|
0
|
112
|
November 1, 2024
|
|
An extremely elegant open-source AI Markdown editor(Tauri+Svelte)
|
|
0
|
10
|
February 9, 2026
|
|
&mut is really a Mutant Reference! 😁
|
|
0
|
35
|
February 9, 2026
|
|
Question about "features should be additive"
|
|
4
|
106
|
February 8, 2026
|
|
False positive for `clippy::needless_borrows_for_generic_args`?
|
|
4
|
61
|
February 8, 2026
|
|
JC-OS a kernel easy to understand no cd , no ls , you open a room and look what is inside
|
|
0
|
42
|
February 8, 2026
|
|
Naive Iterator question
|
|
4
|
106
|
February 8, 2026
|
|
Has Rust considered something like Scala's 'given' arguments?
|
|
9
|
189
|
February 7, 2026
|
|
Idea: safe and efficient mutable overlays thanks to the borrow checker (and a macro)
|
|
11
|
234
|
February 6, 2026
|
|
Learning SIMD then accidentally creating a function that's faster than the default .contains() method
|
|
4
|
151
|
February 6, 2026
|
|
Error can't find LaneCount and SupportedLaneCount in portable SIMD Rust Playground Nightly
|
|
4
|
61
|
February 6, 2026
|
|
How to make this generic SIMD more beautiful?
|
|
7
|
138
|
February 5, 2026
|
|
What's your 2026 wish-list for Rust?
|
|
128
|
4156
|
February 5, 2026
|
|
Rust generated code size for different platforms
|
|
2
|
117
|
February 4, 2026
|
|
Export slice from a string inside a block. error[E0597]: `line` does not live long enough
|
|
6
|
123
|
February 4, 2026
|
|
Lifetimes in Structs
|
|
7
|
181
|
February 4, 2026
|
|
Crossbeam channel with only `try_send/try_recv` and unexpected mutex
|
|
1
|
69
|
February 4, 2026
|
|
Creating Weak<T> from &T?
|
|
10
|
243
|
February 3, 2026
|
|
About killer APP!
|
|
3
|
178
|
February 2, 2026
|
|
G Language featured in awesome-d and awesome-programming-languages
|
|
0
|
86
|
February 2, 2026
|
|
Rustc flag to control "the full name for the type has been written to _" output?
|
|
1
|
74
|
February 2, 2026
|
|
Why not `do while`
|
|
21
|
768
|
February 2, 2026
|
|
Should fused fallible iterators/lenders be fused on errors, too?
|
|
13
|
204
|
February 1, 2026
|
|
A French hobby OS in Rust: JC-OS v0.1
|
|
0
|
76
|
January 31, 2026
|
|
Help me understand why `std::array::map` moves instead of references?
|
|
14
|
387
|
January 31, 2026
|
|
Is it UB to read uninitialized memory from another process via shared memory?
|
|
41
|
820
|
January 30, 2026
|
|
Generics unbind lifetimes and I dislike that
|
|
4
|
140
|
January 29, 2026
|
|
Question about an "obscure" comment in the Reference (mut VS const)
|
|
6
|
122
|
January 28, 2026
|
|
Struct including closure whose parameter is not Clone prevents the struct from being Clone
|
|
1
|
93
|
January 28, 2026
|
|
Extracting non-state variables from ode solver
|
|
15
|
188
|
January 27, 2026
|