Viewing profile — jiwangcdi
jiwangcdi
HN member- Joined
- Fri, Aug 30, 2024, 8:00 AM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About jiwangcdi
No profile information was provided.
Recent public activity
-
comment
Comment #41399237
So abstraction is still a point, but Rust cares about memory layout as well.
-
comment
Comment #41398824
Then if Path is not about abstraction, why not use a raw byte slice like &[u8]
-
comment
Comment #41398654
> The next noisy element is the > constraint. It is needed because Rust loves exposing physical layout of bytes in memory as an interface, specifically for cases where that brings …