Live data from Hacker News

Viewing profile — monad_june

monad_june

HN member
Joined
Sat, Jun 26, 2021, 4:15 PM UTC
HN karma
20
Public activity
6 items

About monad_june

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. 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…