operations tier

operations-drive-catalog

Drive content cataloging: filesystem walk models, SHA-256 dedup, sensitive file detection

Drive content cataloging: filesystem walk models, SHA-256 dedup, sensitive file detection

Tieroperations
Roleunclassified (baselined)
Pathcrates/operations/drive-catalog
Edition2021
Targetsoperations_drive_catalog
Public items0 across 0 modules
Tests5

What it is for

Drive Content Catalog Library crates

Models for cataloging files found on hard drives: filesystem walk results, SHA-256 content hashes for deduplication, and sensitive file detection.

This crate contains only models and pure functions — no I/O, no filesystem access. The actual walk/hash logic lives in the drive-catalog binary.

Capabilities

No public items.

How to use it

No examples/ target and no doctest in this crate's rustdoc. The tests listed under Verification are the closest executable usage.

Module structure

No public modules: the crate root is its whole surface.

Public surface

No public items.

Re-exports. Exported here, defined elsewhere.

ExportDefined in
CatalogRuncatalog_run::CatalogRun
{CatalogEntry,EntryKind}catalog_entry::{CatalogEntry,EntryKind}
{detect_sensitive_by_magic,detect_sensitive_by_path,SensitiveFileKind}sensitivity::{detect_sensitive_by_magic,detect_sensitive_by_path,SensitiveFileKind}
{is_priority_dir,should_skip}skip_list::{is_priority_dir,should_skip}

Boundary

Reaches into foundation.

Shares tier operations with 40 other crates: operations-approval-workflow, operations-assessments, operations-block-imaging, operations-boot-media, operations-browser-agent-worker, operations-camera-discovery, operations-camera-liveview, operations-camera-registry, … (40 total).

_What this crate deliberately does NOT own is a judgment. No committed registry records one for it, so none is stated here._

Where it sits

Tier (ontology)operations
Architectural role (taxonomy)unclassified (baselined)
Locationcrates/operations/drive-catalog
Vocabulary in force (lexicon)current

Tier flow. Which tiers this crate's own edges cross.

flowchart LR
  n_operations["operations"] --> n_foundation["foundation"]

Dependencies

Runtime, in this workspace.

CrateTierOptionalOnly on
`foundation-basemodels`foundationnoalways

Runtime, from outside the workspace.

CrateRequirementFeaturesOptionalOnly on
chrono^0.4serdenoalways
serde^1derivenoalways
serde_json^1noalways
uuid^1v4, v7, serde, jsnoalways

Development, from outside the workspace.

CrateRequirementFeaturesOptionalOnly on
tokio^1fullnoalways

Build. None.

Depended on by. 1 workspace crate.

Signal flow — what reaches this crate, and what it reaches.

flowchart LR
  n_application_drive_catalog["application-drive-catalog"] -->|uses| SELF
  SELF["operations-drive-catalog"]
  SELF -->|runtime| n_foundation_basemodels["foundation-basemodels"]
  classDef self fill:#1f883d,stroke:#1f883d,color:#fff;
  class SELF self;

Feature flags

No Cargo features are defined: every capability is unconditional, so no consumer can receive a half-wired crate.

Targets

KindNameSource
liboperations_drive_catalog`src/lib.rs`

Error model

No public error type was detected: no public item declares a type named *Error, and no public signature returns one.

Operational characteristics

PropertyEvidence
async public surfacenone detected
async runtimenone detected
database accessnone detected
network I/Onone detected
unsafe codenone detected
environment variablesnone detected

No unsafe block, unsafe fn, unsafe impl or unsafe trait was found by the parser anywhere in this crate's source.

Configuration

No environment variable is read with a literal name anywhere in this crate. A variable whose key is computed at run time cannot be listed here, and is not claimed to be absent.

1 workspace crate depends on this one: application-drive-catalog.

Verification

KindCount
Unit tests5
Integration tests0
Examples0
Doctests0

What the tests establish, by name:

Documentation coverage

MeasureDocumentedTotal
Public items with rustdoc00
Public modules with a //! block00

Metrics

MetricValue
Rust source files5
Source lines480
Code lines402
Public API items0
Public modules0
Tests5
Examples0
Cargo features0
Direct runtime dependencies5
Workspace reverse dependencies1
pie showData
    title Rust source composition
    "Code" : 402
    "Blank or comment" : 78

Generation

Rendered by tools-corpus corpus readme from repository evidence alone, renderer schema 2, lexicon current. No model, network service or database was consulted. Regenerate with tools-corpus corpus readme --write; verify with --check.

All operations · Manual