//! Dynamic, per-function tracing on top of `opentelemetry-rust`.
//!
//! Annotate any `fn`/`async fn` with `#[traceable]`, then create an
//! [`instrumentation::Instrumentation`] and toggle tracing for those functions
//! at runtime.
pub use opentelemetry;
pub use traceable;
pub use opentelemetry_sdk;
pub use opentelemetry_otlp;