"access" system call in rust std library?

Considering exists, well.. exists, I would think it's just an omission (nobody asked for such a functionality before). That said, such a feature would inherently have a race condition, specifically Time of check to time of use vulnerability - just try doing whatever you want. Instead of checking if you can write, simply write.

Also, see Simple Permission Checks.