Crates.io | rustfs-workers |
lib.rs | rustfs-workers |
version | 0.0.3 |
created_at | 2025-07-05 07:14:00.860274+00 |
updated_at | 2025-07-05 07:14:00.860274+00 |
description | Workers for RustFS, providing background processing capabilities for tasks such as data synchronization, indexing, and more. |
homepage | https://rustfs.com |
repository | https://github.com/rustfs/rustfs |
max_upload_size | |
id | 1738802 |
size | 18,665 |
Distributed background job processing system for RustFS object storage
๐ Documentation
ยท ๐ Bug Reports
ยท ๐ฌ Discussions
RustFS Workers provides a distributed background job processing system for the RustFS distributed object storage system. It handles asynchronous tasks such as data replication, cleanup, healing, indexing, and other maintenance operations across the cluster.
Note: This is a core submodule of RustFS that provides essential background processing 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-workers = "0.0.3"
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