llm-governance-common
Common utilities, error handling, and response types for LLM Governance Dashboard.
Features
- Error Handling: Unified error types with proper HTTP status mapping
- API Responses: Standardized JSON response format
- Utilities: Common helper functions used across services
Usage
Add this to your Cargo.toml:
[]
= "1.0.0"
Example
use ;
// Using ApiResponse
let response = success;
License
Licensed under Apache 2.0.