Crates.io | rustfs-filemeta |
lib.rs | rustfs-filemeta |
version | 0.0.3 |
created_at | 2025-07-05 00:22:54.895071+00 |
updated_at | 2025-07-05 00:22:54.895071+00 |
description | File metadata management for RustFS, providing efficient storage and retrieval of file metadata in a distributed system. |
homepage | https://rustfs.com |
repository | https://github.com/rustfs/rustfs |
max_upload_size | |
id | 1738657 |
size | 248,540 |
High-performance file metadata management for RustFS distributed object storage
๐ Documentation
ยท ๐ Bug Reports
ยท ๐ฌ Discussions
RustFS FileMeta is the metadata management module for the RustFS distributed object storage system. It provides efficient storage, retrieval, and management of file metadata, supporting features like versioning, tagging, and extended attributes with high performance and reliability.
Note: This is a core submodule of RustFS that provides essential metadata management capabilities for the distributed object storage system. For the complete RustFS experience, please visit the main RustFS repository.
Add this to your Cargo.toml
:
[dependencies]
rustfs-filemeta = "0.0.3"
FileMeta is optimized for high-performance metadata operations:
This module is part of the RustFS ecosystem:
For comprehensive documentation, visit:
We welcome contributions! Please see our Contributing Guide for details.
Licensed under the Apache License, Version 2.0. See LICENSE for details.
RustFS is a trademark of RustFS, Inc.
All other trademarks are the property of their respective owners.
Made with โค๏ธ by the RustFS Team