Hacker News new | ask | show | jobs
by mjbrusso 2073 days ago
C doesn't even have a standard filesystem library!
1 comments

Every modern OS filesystem interface was designed in C. The places filesystems are hard in C, they're hard in Rust too. In practice: no, fileystems are easy in C.