Stebalien / xattr

Extended attribute library for rust.
Apache License 2.0
58 stars 19 forks source link

Use libc's definitions where possible #26

Closed asomers closed 1 year ago

asomers commented 1 year ago

This not only reduces total code size (since xattr already depends on libc anyway), but also leverages libc's CI to ensure that the FFI bindings are correct.