statvfs, /proc, and my first unsafe block in Rust
A developer recounts using an unsafe block in Rust to read /proc/self/mounts before discovering libc already provides the functionality. The post highlights a common learning curve in Rust systems pro…