llm-shield-api 0.1.0

Production-grade REST API for LLM Shield
1
2
3
4
5
//! Business logic services

pub mod scanner_service;

pub use scanner_service::ScannerService;