obz-core: Core framework for the obz observability CLI.
This crate provides everything needed to build obz providers and applications:
- [
model] — Unified data models and response envelope - [
provider] — Provider trait definitions (params, results, traits) - [
descriptor] — Extension command and flag descriptors (clap-ready) - [
registry] — Runtime provider catalog (ProviderRegistry) - [
execute] — Core command execution functions - [
time] — Time expression parser (now-1h, RFC3339, Unix timestamps) - [
output] — Output formatting pipeline (JSON, Table, CSV) - [
cmd_path] — Standard command identifiers for providercommand_flagsdeclarations