Crates.io | rustfs-protos |
lib.rs | rustfs-protos |
version | 0.0.3 |
created_at | 2025-07-05 00:16:02.004975+00 |
updated_at | 2025-07-05 00:16:02.004975+00 |
description | Protocol definitions for RustFS, providing gRPC and FlatBuffers interfaces for communication between components. |
homepage | https://rustfs.com |
repository | https://github.com/rustfs/rustfs |
max_upload_size | |
id | 1738652 |
size | 342,664 |
Protocol buffer definitions and gRPC interfaces for RustFS distributed object storage
๐ Documentation
ยท ๐ Bug Reports
ยท ๐ฌ Discussions
RustFS Protos provides protocol buffer definitions and gRPC service interfaces for the RustFS distributed object storage system. It defines the communication protocols, message formats, and service contracts used across all RustFS components.
Note: This is a foundational submodule of RustFS that provides essential communication protocols 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-protos = "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