# tokio-xattr A library for managing extented attributes (xattrs) asynchronously on modern Unix filesystems. It is written in the Rust programming language and it uses [Tokio](https://crates.io/crates/tokio) [![MIT licensed][mit-badge]][mit-url] [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg [mit-url]: LICENSE [API Docs](https://hnakamur.github.io/tokio-xattr/tokio_xattr/) ## License This project is licensed under the [MIT license](LICENSE). ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, shall be licensed as MIT, without any additional terms or conditions.