SpiceQA
Questions
Tags
Users
Badges
user_864406
@user_864406
0
reputation
0
answers
5
questions
About Me
// Hello, World !
Top Answers
How to implement !Send or !Sync for a type?
5 votes
Use fmt::Write or io::Write trait for my writable type?
5 votes
How can I extract keys and values from a string when the value contains the separator between keys and values or the separator between pairs?
3 votes
Why is an iterator moved in this function?
2 votes
Fastest idiomatic I/O routine in Rust for programming contests?
2 votes
Top Questions
Does std::ptr::write transfer the "uninitialized-ness" of the bytes it writes?
9 votes
1 answers
How this mixed-character string split on unicode word boundaries
7 votes
1 answers
How to manually implement a pinned, self-referential struct?
2 votes
0 answers
How are you supposed to handle a spurious wakeup of a Parker?
2 votes
2 answers
How to cleanly implement "waterfall" logic in Rust
2 votes
1 answers