Files
rustfs/crates/scanner
d251b9fb35 fix: unify path handling to use S3-standard forward slashes on all platforms (#1555)
Signed-off-by: houseme <[email protected]>
Signed-off-by: 安正超 <[email protected]>
Co-authored-by: heihutu <[email protected]>
Co-authored-by: LeonWang0735 <[email protected]>
Co-authored-by: loverustfs <[email protected]>
Co-authored-by: 安正超 <[email protected]>
Co-authored-by: Copilot <[email protected]>
2026-01-26 18:49:21 +08:00
..

RustFS Scanner

RustFS Scanner 提供了数据完整性检查、健康监控和存储分析等扫描功能。

功能特性

  • 数据完整性扫描
  • 健康监控
  • 存储分析
  • 可扩展的扫描框架

使用示例

use rustfs_scanner::ScannerError;

// TODO: 添加使用示例

开发

构建

cargo build --package rustfs-scanner

测试

cargo test --package rustfs-scanner

许可证

Apache License 2.0