[](https://rustfs.com) # RustFS FileMeta - File Metadata Management
Advanced file metadata management and indexing module for RustFS distributed object storage
--- ## ๐ Overview **RustFS FileMeta** provides advanced file metadata management and indexing capabilities for the [RustFS](https://rustfs.com) distributed object storage system. For the complete RustFS experience, please visit the [main RustFS repository](https://github.com/rustfs/rustfs). ## Quick Use ``` cargo run -p rustfs-filemeta --example dump_fileinfo -- "/path/to/file/xl.meta" ``` ## โจ Features - High-performance metadata storage and retrieval - Advanced indexing with full-text search capabilities - File attribute management and custom metadata - Version tracking and history management - Distributed metadata replication - Real-time metadata synchronization ## ๐ Documentation For comprehensive documentation, examples, and usage guides, please visit the main [RustFS repository](https://github.com/rustfs/rustfs). ## ๐ License This project is licensed under the Apache License 2.0 - see the [LICENSE](../../LICENSE) file for details.