obz-core 0.1.0

Core framework for the obz observability CLI — models, traits, time parsing, output formatting
Documentation

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 provider command_flags declarations