Core types, traits, and utilities for LLM Observatory.
This crate provides the foundational types and traits used across all LLM Observatory components, including span definitions, provider interfaces, and shared utilities.
pub use error::Error;
pub use error::Result;