Viewing profile — monad_june
monad_june
HN member- Joined
- Sat, Jun 26, 2021, 4:15 PM UTC
- HN karma
- 20
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About monad_june
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #27669830
By the way there is an easier way to convert C style null terminated strings into an &str than the bespoke c_string function used in this article. You can use the CStr type that is…