SpiceQA
Questions
Tags
Users
Badges
user_2189130
@user_2189130
0
reputation
0
answers
5
questions
About Me
// Hello, World !
Top Answers
How to remove first and last character of a string in Rust?
32 votes
What is "<[_]>" in Rust?
27 votes
How to get the indices that would sort a vector in Rust?
18 votes
Why can I not `.iter()` a string slice?
15 votes
Why does this mutable borrow live beyond its scope?
12 votes
Top Questions
Does Rust devirtualize trait object function calls?
12 votes
2 answers
Why does conditional assignment of a matched mutable reference cause borrow errors?
11 votes
1 answers
How to define an ordered Map/Set with a runtime-defined comparator?
7 votes
0 answers
Why does Stream provide convenience methods on an extension trait instead of the trait itself?
7 votes
1 answers
Why does a panic while panicking result in an illegal instruction?
3 votes
1 answers