Crates.io | rustfs-lock |
lib.rs | rustfs-lock |
version | 0.0.3 |
created_at | 2025-07-05 00:26:15.352405+00 |
updated_at | 2025-07-05 00:26:15.352405+00 |
description | Distributed locking mechanism for RustFS, providing synchronization and coordination across distributed systems. |
homepage | https://rustfs.com |
repository | https://github.com/rustfs/rustfs |
max_upload_size | |
id | 1738658 |
size | 127,456 |
Distributed locking and synchronization for RustFS object storage
๐ Documentation
ยท ๐ Bug Reports
ยท ๐ฌ Discussions
RustFS Lock provides distributed locking and synchronization primitives for the RustFS distributed object storage system. It ensures data consistency and prevents race conditions in multi-node environments through various locking mechanisms and coordination protocols.
Note: This is a core submodule of RustFS that provides essential distributed locking 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-lock = "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