Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
avandecreme
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
In Praise of Exhaustive Destructuring
(antoine.vandecreme.net)
50 points
by
avandecreme
2mo ago
|
7 comments
2.
▲
Tips and tricks to avoid cloning in Rust
(antoine.vandecreme.net)
2 points
by
avandecreme
6mo ago
|
0 comments
3.
▲
by
avandecreme
6mo ago
I didn't know about https://docs.rs/temporal_rs/latest/temporal_rs/ I wonder if it has a chance to replace chrono and jiff in the rust ecosystem.
4.
▲
Understanding Async Rust Closures
(antoine.vandecreme.net)
3 points
by
avandecreme
7mo ago
|
1 comments
5.
▲
by
avandecreme
7mo ago
Follow up from my previous article about rust closures. This time it looks into async closures.
6.
▲
by
avandecreme
8mo ago
This article discusses making captures more flexible: https://smallcultfollowing.com/babysteps/blog/2025/10/22/exp... I agree it would be nice, in particular to make it easier to understand when lea
7.
▲
Understanding Rust Closures
(antoine.vandecreme.net)
68 points
by
avandecreme
8mo ago
|
34 comments
8.
▲
by
avandecreme
9mo ago
This reminds me of when I learned to program on my casio calculator. There was a function to detect a key press which would return a number identifying the pressed key. I needed to map that number to the letter printed on the key to print i
9.
▲
by
avandecreme
8y ago
Just parameters that are functions, except that you can only have one per function. I still fail to see the advantage of blocks over being able to pass functions as arguments like in other languages.
10.
▲
by
avandecreme
8y ago
Yes, refreshing the page fixes the issue.