Crates.io | rustfs-common |
lib.rs | rustfs-common |
version | 0.0.3 |
created_at | 2025-07-04 07:31:29.357624+00 |
updated_at | 2025-07-04 07:31:29.357624+00 |
description | Common utilities and data structures for RustFS, providing shared functionality across the project. |
homepage | https://rustfs.com |
repository | https://github.com/rustfs/rustfs |
max_upload_size | |
id | 1737552 |
size | 55,760 |
rustfs-common
is a foundational crate for the RustFS project. It provides a collection of shared utilities, data
structures, and core functionalities used across various components of the RustFS ecosystem.
The primary goal of this crate is to centralize common code, reduce duplication, and ensure consistency. It includes essential tools for:
This crate is a core part of the RustFS workspace. To use it in another crate within the project, add it to your
Cargo.toml
:
[dependencies]
rustfs-common = { version = "0.0.3" } # Adjust version/path as needed
rustfs-common
is intended for internal use by other crates within the RustFS project. It is not designed for
standalone use. Other components depend on it to access shared logic and data types.
Example (Conceptual):
This project is licensed under the Apache License, Version 2.0. See the LICENSE
file for details.