Crate clnrm

Crate clnrm 

Source
Expand description

Cleanroom CLI Library

This library provides the CLI interface for the cleanroom testing framework. It re-exports functionality from the core crate and provides CLI-specific utilities and entry points.

Modules§

cli
CLI module re-exports from core
config
Configuration module re-exports from core

Structs§

CleanroomEnvironment
Simple environment wrapper around existing infrastructure
CleanroomError
Comprehensive error type for cleanroom operations
ScenarioConfig
Individual test scenario configuration
ServiceHandle
Service handle for managing service instances
StepConfig
Individual test step configuration
TestConfig
Main test configuration structure

Traits§

ServicePlugin
Plugin-based service registry (no hardcoded postgres/redis)

Type Aliases§

Result
Result type alias for cleanroom operations