zerum 0.1.0

Deterministic-first Python code governance: native checks (ZR001–ZR010), CLI, and SARIF/JSON reporters
Documentation
1
2
3
4
5
//! Provider trait and implementations — Phase 4.

pub trait LlmProvider {
    fn name(&self) -> &str;
}