A new book on Rust I am writing
|
|
14
|
521
|
January 10, 2025
|
Does pointer provenance have runtime overhead?
|
|
10
|
220
|
January 10, 2025
|
Why cant this be flagged by the compiler?
|
|
10
|
248
|
January 14, 2025
|
Why does rust have to build crate instead of download already built binaryies?
|
|
10
|
237
|
January 14, 2025
|
Why can't I refine RPIT if method takes GAT?
|
|
12
|
161
|
January 10, 2025
|
Is there an std graphics in rust?
|
|
17
|
384
|
January 14, 2025
|
String + String Behaviour
|
|
35
|
249
|
January 14, 2025
|
Looking for image processing crate recommendation (& introduction)
|
|
10
|
114
|
January 14, 2025
|
Meaning of lifetime errors with generic sqlx function?
|
|
13
|
91
|
January 12, 2025
|
Review my xml parser
|
|
17
|
232
|
January 14, 2025
|
Generic function for both OsStr and Path
|
|
9
|
135
|
January 9, 2025
|
CTRL-C doesn't work to end endless loop from book
|
|
13
|
206
|
January 14, 2025
|
Volatile crate for VGA buffer
|
|
12
|
209
|
January 13, 2025
|
Unbounded recursion while resolving type of recursive function
|
|
20
|
139
|
January 13, 2025
|
Embedding Rust IDE
|
|
10
|
167
|
January 10, 2025
|
How to project a pin through a field to an inner field?
|
|
14
|
159
|
January 13, 2025
|
Runtime speed when converting .as_bytes() or .as_ref() to be &mut
|
|
9
|
115
|
January 8, 2025
|
How do I the detect edge loops of a 3d model?
|
|
11
|
130
|
January 11, 2025
|
Wrapper type arround float
|
|
9
|
102
|
January 12, 2025
|
Get 'static &mut[u8] in no_std without unsafe
|
|
11
|
83
|
January 11, 2025
|
How to Use a Macro to Generate an Array of Incrementing Parts for a Shift Register Driver in Rust?
|
|
10
|
122
|
January 12, 2025
|
Generic trait for any slice does not work on OsString
|
|
10
|
80
|
January 9, 2025
|
New Error Library: bare_err_tree
|
|
0
|
62
|
January 12, 2025
|
How does Box<T> alloc memory in heap?
|
|
2
|
122
|
January 12, 2025
|
Next() for iterating for a non-Iterator
|
|
2
|
122
|
January 11, 2025
|
When to use Tokio?
|
|
2
|
104
|
January 8, 2025
|
Navtive FlameGraphViewer
|
|
0
|
45
|
January 9, 2025
|
Is it possible to create a type with interior mutability without using `UnsafeCell`?
|
|
1
|
79
|
January 13, 2025
|
Is it bad to make the contents of a published crate completely different?
|
|
5
|
145
|
January 9, 2025
|
Expected `&mut Vec<usize>`, found `&mut Vec<Range<{integer}>>`
|
|
2
|
56
|
January 12, 2025
|
Lightweight replacement for PHP explode function
|
|
7
|
114
|
January 13, 2025
|
Trait objects with data-oriented / ECS style?
|
|
7
|
118
|
January 8, 2025
|
Std question: File and fmt::Write
|
|
6
|
104
|
January 10, 2025
|
Get the underlying vec of an iterator?
|
|
3
|
137
|
January 13, 2025
|
The example code of `clippy::ptr_eq` is not proper
|
|
2
|
150
|
January 12, 2025
|
What to do when type and trait share same logical name?
|
|
2
|
68
|
January 14, 2025
|
What's everyone working on this week (3/2025)?
|
|
7
|
125
|
January 13, 2025
|
`'1` must outlive `'a`
|
|
2
|
103
|
January 10, 2025
|
Best channel library for low-traffic scenarios
|
|
4
|
82
|
January 11, 2025
|
Why does this not pass the borrow checker?
|
|
3
|
86
|
January 8, 2025
|
I'm new to rust, what's with this loop?
|
|
4
|
118
|
January 14, 2025
|
How to test if a tokio task has been aborted without access to the `JoinHandle`?
|
|
5
|
68
|
January 11, 2025
|
Has the Rust official website or community's web service used Rust's crate
|
|
2
|
109
|
January 14, 2025
|
Is there a recommended way to tag some tests and run them by specifying tag(s)
|
|
4
|
62
|
January 13, 2025
|
Calling Reqwest in loop is slow
|
|
3
|
83
|
January 8, 2025
|
Lending iterators & GAT & the future
|
|
1
|
52
|
January 13, 2025
|
Specialization on clone. What's the risk?
|
|
7
|
143
|
January 10, 2025
|
Was excel used during the creation of rust
|
|
2
|
245
|
January 9, 2025
|
Trait resolver and why does this work?
|
|
2
|
66
|
January 10, 2025
|
Is normal string the only string that can be const/static?
|
|
5
|
182
|
January 11, 2025
|