otell-core 0.3.0

Core shared models and query schemas for otell
Documentation
1
2
3
4
5
6
7
8
9
pub mod config;
pub mod error;
pub mod filter;
pub mod ids;
pub mod model;
pub mod query;
pub mod time;

pub use error::{OtellError, Result};