Hacker News new | ask | show | jobs
by wyldfire 3443 days ago
Like in Python, you're free to call your libc's exported symbols directly.

IMO it's a good thing rust doesn't support open()/read()/write()/close() directly and doesn't document it alongside the higher level abstractions.