dsp-cli 0.1.1

AI-agent-friendly command-line interface for the DaSCH Service Platform (DSP)
Documentation
1
2
3
4
5
6
7
8
//! Layer-neutral utility helpers.
//!
//! This module is the home for dependency-free helpers that may be imported
//! from any layer (`client`, `render`, …) without creating a cross-layer
//! dependency (ADR-0008). Unlike `src/client/` or `src/render/`, `src/util/`
//! imports from no other `dsp-cli` layer; all layers may import from it.

pub(crate) mod text;