workspace_tools 0.16.1

Reliable workspace-relative path resolution for Rust projects. Automatically finds your workspace root and provides consistent file path handling regardless of execution context. Features memory-safe secret management, configuration loading with validation, and resource discovery.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Docs

### Scope

Design and API documentation for `workspace_tools`.

### Responsibility Table

| File | Responsibility |
|--------|----------------|
| `entities.md` | Master index of all doc entity types and instances |
| `doc_graph.yml` | Cross-reference dependency graph for all doc instances |
| `feature/` | Functional capability scope, design, and cross-references |
| `api/` | Public API surface documentation |
| `pattern/` | Architectural design patterns |