SpiceQA
Questions
Tags
Users
Badges
user_5600363
@user_5600363
0
reputation
0
answers
8
questions
About Me
// Hello, World !
Top Answers
`cfg` which is always true / false?
7 votes
Error build Rust for linux in macos - Openssl
4 votes
What is the difference between `#[cfg(test)]` and `#[cfg(feature = "test")]`?
4 votes
"Cannot borrow `*arr` as immutable because it is also borrowed as mutable" in a function call
4 votes
Why are string constant pointers different across crates in Rust?
2 votes
Top Questions
Why does the borrow checker not understand that borrowing different parts of a slice is fundamentally okay?
7 votes
2 answers
Is there any real difference between `FromStr` and `TryFrom<&str>`?
3 votes
1 answers
What is the difference between taking a slice and taking a reference to an array as argument?
3 votes
1 answers
array of closures in Rust
2 votes
2 answers
Implement Haskell-like primes iterator in Rust
2 votes
3 answers