posix-acl

Crates.io version Documentation Tests status

posix-acl is a simple Rust library to interact with POSIX filesystem ACLs. It uses the operating system's C API internally.

Turns out that the C POSIX ACL library is actually quite annoying to work with and this library significantly improves on that.

NB! Currently only tested on Linux.

Read Documentation on Docs.rs for more details.

Release history

0.2.0 (2020-02-08)
0.1.0 (2020-02-06)