operations capa

operations-workitem

Generic work item abstraction types

Generic work item abstraction types

Tieroperations
Roleunclassified (baselined)
Pathcrates/operations/workitem
Edition2021
Targetsoperations_workitem
Public items0 across 0 modules
Tests13

What it is for

Library crates for generic work item abstractions.

Provides types for unified work item tracking across different contexts:

# Example

use operations_workitem::{WorkItemType, WorkItemPriority};

let work_type = WorkItemType::Support;
assert_eq!(work_type.to_string(), "support");

let priority = WorkItemPriority::High;
assert!(priority > WorkItemPriority::Normal);

Capabilities

No public items.

How to use it

From this crate's own rustdoc:

use operations_workitem::{WorkItemType, WorkItemPriority};

let work_type = WorkItemType::Support;
assert_eq!(work_type.to_string(), "support");

let priority = WorkItemPriority::High;
assert!(priority > WorkItemPriority::Normal);

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
WorkItemPrioritypriority::WorkItemPriority
WorkItemTypework_type::WorkItemType
{PriorityCount,StateCount,TypeCount,WorkItemStats}stats::{PriorityCount,StateCount,TypeCount,WorkItemStats}

Boundary

Depends on no other workspace tier.

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/workitem
Vocabulary in force (lexicon)current

Dependencies

Runtime, from outside the workspace.

CrateRequirementFeaturesOptionalOnly on
serde^1derivenoalways

Development, from outside the workspace.

CrateRequirementFeaturesOptionalOnly on
serde_json^1noalways

Build. None.

Depended on by. 1 workspace crate.

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

flowchart LR
  n_application_workitem["application-workitem"] -->|uses| SELF
  SELF["operations-workitem"]
  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_workitem`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-workitem.

Verification

KindCount
Unit tests13
Integration tests0
Examples0
Doctests1

What the tests establish, by name:

Documentation coverage

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

Metrics

MetricValue
Rust source files4
Source lines469
Code lines349
Public API items0
Public modules0
Tests13
Examples0
Cargo features0
Direct runtime dependencies1
Workspace reverse dependencies1
pie showData
    title Rust source composition
    "Code" : 349
    "Blank or comment" : 120

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.

Todas las operations · Manual