About the code review category
|
|
0
|
637
|
March 20, 2020
|
Parsing & constructing GitHub repository URLs & specifiers
|
|
1
|
65
|
July 6, 2022
|
First project: A brainf** interpreter
|
|
5
|
190
|
July 5, 2022
|
Unsafe interior mutability with AtomicPtr
|
|
4
|
110
|
July 5, 2022
|
Unsafe code review request - new crate concurrent-interner
|
|
2
|
160
|
July 5, 2022
|
Safe Initialization for the Linux Kernel
|
|
0
|
118
|
June 30, 2022
|
Refactor suggestions about my git hook written in Rust
|
|
2
|
160
|
June 30, 2022
|
What's the idiomatic or preferred way of calculating factorials?
|
|
3
|
167
|
June 30, 2022
|
How to efficiently re-use a `Vec<u8>` for multiple `Read::read`?
|
|
6
|
219
|
June 29, 2022
|
Suspiciosly sound safe functions. Break them!
|
|
13
|
392
|
June 28, 2022
|
Whether code can be optimized
|
|
1
|
123
|
June 27, 2022
|
Simple crate: let you select the generics to expand
|
|
1
|
109
|
June 26, 2022
|
Project Template Manager
|
|
0
|
84
|
June 26, 2022
|
Implementing a potentially foreign allocated, potentially-mutable memory region
|
|
4
|
141
|
June 24, 2022
|
Lua FFI to Rust
|
|
2
|
131
|
June 24, 2022
|
Recursive function review
|
|
0
|
91
|
June 24, 2022
|
Getting confused trying to implement Iterator
|
|
2
|
118
|
June 23, 2022
|
Is there a simpler way to implement this function?
|
|
2
|
124
|
June 23, 2022
|
Manually calling wake in non-async context
|
|
2
|
132
|
June 22, 2022
|
New Rustacean advice on Rust TCP Server
|
|
0
|
83
|
June 21, 2022
|
Code review for Rust newbie
|
|
1
|
118
|
June 17, 2022
|
What's the reason of this Compile Error?
|
|
3
|
111
|
June 16, 2022
|
Nicer self-ref structs
|
|
18
|
450
|
June 14, 2022
|
Basic function parameter validation
|
|
4
|
124
|
June 14, 2022
|
Code for a SOAP-API client
|
|
3
|
244
|
June 14, 2022
|
Unsafe Code Review: Casting &mut [u32;32] to &mut [GenericArray<u8, U16>; 8]
|
|
5
|
130
|
June 13, 2022
|
Does anybody need a try_flatten() method?
|
|
2
|
180
|
June 11, 2022
|
Enstream, (nightly only) no_std alternative to async-stream
|
|
8
|
166
|
June 11, 2022
|
Why is vector been modified during iteration?
|
|
2
|
158
|
June 11, 2022
|
Beginner looking for help with Fahrenheit to Celsius code
|
|
4
|
150
|
June 10, 2022
|