Viewing profile — throwaway8948
throwaway8948
HN member- Joined
- Mon, Jan 31, 2022, 8:51 AM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About throwaway8948
No profile information was provided.
Recent public activity
-
comment
Comment #30146553
>Can you point out an example on reading a bunch of structs from a file? Without std? Now I'm really curious. Not really, but here is really simple example: use std::fs::File; use …
-
comment
Comment #30146009
>It should be simple, right? Well, no. If you want to have memory safe subset, you absolutely cannot initialize structs with random bag of bytes in general case. C let's you cut co…